[jboss-user] [JBoss jBPM] - Re: What is the difference between a

jbarrez do-not-reply at jboss.com
Thu Aug 6 04:05:56 EDT 2009


A task node does not require to write custom Java handlers. A task node will create task records in the task table for every task defined.

A node is nothing more than an interface. Your own implementation can do anything (print hello world, block the current thread, or actually do something useful). 

Task nodes are to be used for user interaction, Nodes must be used when the given set of activitity types is not enough for your use case.

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

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



More information about the jboss-user mailing list