[
http://jira.jboss.com/jira/browse/JBPM-639?page=all ]
Ronald van Kuijk resolved JBPM-639.
-----------------------------------
Fix Version/s: jBPM jPDL 3.2.3
Resolution: Out of Date
already fixed in a previous release by using 'binding=late'
Support Forward Reference in process-state
------------------------------------------
Key: JBPM-639
URL:
http://jira.jboss.com/jira/browse/JBPM-639
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Affects Versions: jBPM 3.1
Reporter: Armin Haaf
Assigned To: Tom Baeyens
Fix For: jBPM jPDL 3.2.3
It is not possible to have a forward reference to a yet unknown process definition:
<process-definition name='hello world'>
<start-state name='start'>
<transition to='s' />
</start-state>
<process-state name='st'>
<sub-process name='do something'/>
<transition to='end' />
</process-state>
<end-state name='end' />
</process-definition>"
where "do something" is deployed later.
This is a problem if process "A" creates a subprocess "B", which
creates a subprocess "A".
--
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