JBoss Community

Re: end-tasks attribute in task node

created by sam ni in jBPM Development - View the full discussion

The issue is now solved.

I have moved the timer out of the task, but within the task node.

<task-node name="task node" create-tasks="false" end-tasks="true">

                              <event type="node-enter">

                                        <action name="test action" class="com.TestAction">

 

                                        </action>

                              </event>

                              <task name="task1" >                                       

                              </task>

 

                              <timer duedate="2 minutes" transition="signalcheck">

                              </timer>

 

                              <transition to="next node"></transition>

                    </task-node>

 

Hope this helps someone.

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community