Hi.
I am quite new to jBPM and wondering what I should in the following example.
This is the snippet of the jpdl file:
<task-node name="review">
<event type="node-enter">
<action expression="#{attachmentHandler.setupAttachments}"></action>
<action expression="#{templateAttachmentHandler.setupTemplateAttachments}"></action>
</event>
<task name="10-reviewInput" swimlane="handlingOfficer"></task>
<task name="20-reviewAttachment" swimlane="handlingOfficer"></task>
<task name="30-rulingAssessment" swimlane="handlingOfficer"></task>
<transition name="next" to="permit"></transition>
</task-node>
<task-node name="permit">
<task name="40-ruling" swimlane="handlingOfficer"></task>
<task name="50-sendPermit" swimlane="handlingOfficer"></task>
<transition name="denied" to="denied"></transition>
<transition name="next" to="end"></transition>
</task-node>
<task name="30-rulingAssessment" swimlane="handlingOfficer"></task>