[jboss-jira] [JBoss JIRA] Created: (JBPM-1004) add dynamic (late) subprocessresolving based on EL
Ronald van Kuijk (JIRA)
jira-events at lists.jboss.org
Thu Jun 28 08:24:57 EDT 2007
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
More information about the jboss-jira
mailing list