JBoss Community

Re: Areas to check if process is not moving ahead after a task is marked complete.

created by Sunil V in jBPM - View the full discussion

1)  jbpm 5.4.0. 

 

2) I am using persistence for both Human Task and Process ( both Task and ProcessIntanceLog tables are populated correctly).

 

Once the task is marked compleetd, I see that the status field in Task table is updated correctly to completed.

 

I debugged and found that it even goes to org.jbpm.task.event.MessagingTaskEventListener class and calls taskCompleted method also.  But a call to List<EventTriggerTransport> targets = getTargets(key, generalKey); returns null;

 

I am using LocalHTWorkItemHandler and Spring.

Reply to this message by going to Community

Start a new discussion in jBPM at Community