[
http://jira.jboss.com/jira/browse/JBPM-1004?page=all ]
Ronald van Kuijk resolved JBPM-1004.
------------------------------------
Resolution: Done
Implemented as as specified.. Updating docs still required
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: Ronald van Kuijk
Priority: Optional
Fix For: jBPM jPDL 3.2.2
Original Estimate: 4 hours
Remaining Estimate: 4 hours
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