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&...]