[jboss-dev-forums] [jBPM Development] - Re: end-tasks attribute in task node
sam ni
do-not-reply at jboss.com
Fri Jun 7 06:38:53 EDT 2013
sam ni [https://community.jboss.org/people/sam435] created the discussion
"Re: end-tasks attribute in task node"
To view the discussion, visit: https://community.jboss.org/message/821922#821922
--------------------------------------------------------------
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
[https://community.jboss.org/message/821922#821922]
Start a new discussion in jBPM Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130607/c21ce52a/attachment.html
More information about the jboss-dev-forums
mailing list