[jboss-user] [JBoss jBPM] - Re: How to start this process instance?
estaub
do-not-reply at jboss.com
Mon Feb 5 17:42:03 EST 2007
Why do you want to do this?
Start-nodes in workflow systems often have behavior different than other nodes - they're mostly just a marker for where to start. This is carried forward from general state machines. In general, trying to pin a lot of other behavior (e.g., a task) into the start node is probably asking for trouble. Even if it works in a particular scenario in a particular release, it's unlikely to be tested very well, and hence is likely to get inadvertently broken.
But maybe you really need it - I don't know.
-Ed Staub
(newbie)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011637#4011637
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011637
More information about the jboss-user
mailing list