Hi Vincent,

its basically a question of 'does your node signal the next transition by 
itself or does it return?'

jbpm will execute a token until a node returns from the signal() method. (if 
your process forks it will follow all paths and then return.) if you want to 
decide at runtime to suspend the process use a node with an action and either 
return from the execute() method or call a transition depending on what you 
want to do.

does this answer your question?

Greetings Rainer

@zhgd: 'I'm also waiting ...'? Ah, yes. And what for?


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to