JBoss Community

Re: java.lang.String cannot be cast to org.jbpm.task.utils.MarshalledContentWrapper

created by Alessandro Dionisi in jBPM - View the full discussion

I have the same problem, executing the following code:

 

Map<String, Object> results = new HashMap<String, Object>();

results.put("outcome", transition);

taskService.completeWithResults(selectedTask.getId(), currentUser, results);

Reply to this message by going to Community

Start a new discussion in jBPM at Community