[jboss-user] [jBPM Users] - Re: are there event handlers at the process definition level

2009-10-20 Thread jbossphan
The http://docs.jboss.com/jbpm/v4/schemadocs allows this although event handling has changed. The syntax for events changed from: | event type=transition | action class=MyGlobalTransitionHandler config-type=field | /event | to: | on event=take | event-handler

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-10 Thread jbossphan
If you don't specify late binding, the processname will be converted into a process id when the workflow is uploaded. You can see this in the jbpm_node table. For a sub-process, either the subprocname_ or subprocessdefinition_ column will be populated. In my mind, I would think late binding