[jboss-user] [JBoss jBPM] - Re: How to define a task that can auto complete when the act
jpechane@redhat.com
do-not-reply at jboss.com
Mon Feb 4 02:03:14 EST 2008
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#4126013
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126013
More information about the jboss-user
mailing list