add dynamic (late) subprocessresolving based on EL
--------------------------------------------------
Key: JBPM-1004
URL:
http://jira.jboss.com/jira/browse/JBPM-1004
Project: JBoss jBPM
Issue Type: Feature Request
Environment: N/A
Reporter: Ronald van Kuijk
Assigned To: Tom Baeyens
Priority: Optional
Fix For: jBPM jPDL 3.2.2
Being able to do something like
<process-definition name='superprocess'>
<start-state name='start'>
<transition to='sub process state' />
</start-state>
<process-state name='sub process state'>
<sub-process name='#{mySubProcess}' binding='late'/>
<transition to='wait' />
</process-state>
<state name='wait' />
</process-definition>
Would be great. This way you can have dynamic subprocesses based on e.g. a variable in the
process....
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira