Hi,
I think the best way to achieve this is to create your own BPM action.
This will be attached to nodes as either node-enter event or to task as task-create
event.
In such case you will find out the task (node) you are positioned on and call the end
method on it if your conditions are fullfilled.
You should also consider using proper attribute values for signal on task-node and
blocking, signalling on task itself
See
http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#task.element
http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#tasknode.element
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126013#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...