[jbpm-dev] [Design of JBoss jBPM] - Re: Task completion without outcome?

tom.baeyens@jboss.com do-not-reply at jboss.com
Wed May 6 07:21:04 EDT 2009


outcome is the second optional parameter in the complete method.

tasks bind the outcome to an outgoing transition.  if no outcome is given, then the task should only have 1 outgoing transition.

if a task has multiple outgoing transition, the outcome must be specified and match the transition name.

providing no value for outcome (or null) works if there is a single outgoing transition or if there is a transition without a name. 

does this answer the question?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228949#4228949

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228949



More information about the jbpm-dev mailing list