[jboss-user] [jBPM] - Embedded SubProcess ignores DataObject and Property
derikalov
do-not-reply at jboss.com
Sat Apr 30 03:45:48 EDT 2011
derikalov [http://community.jboss.org/people/derikalov] created the discussion
"Embedded SubProcess ignores DataObject and Property"
To view the discussion, visit: http://community.jboss.org/message/602836#602836
--------------------------------------------------------------
I think it's a bug in jBPMN 5. Tried in versions 5.0.0 to 5.1.0.M1.
In a embedded subprocess I add these nodes:
<property id="_3_Property" itemSubjectRef="_personsItem"/>
<dataObject id="_3_DO" itemSubjectRef="_personsItem" name="DO_2"/>
then, in a Task within the subprocess I am using
<dataOutputAssociation id="_12">
<sourceRef>Dout_3-2-2</sourceRef>
<targetRef>_3_Property</targetRef>
</dataOutputAssociation>
or
<dataOutputAssociation id="_12">
<sourceRef>Dout_3-2-2</sourceRef>
<targetRef>_3_DO</targetRef>
</dataOutputAssociation>
I am getting "Could not find variable scope for variable _3_Property when trying to complete Work Item ..."
"Could not find variable scope for variable _3_DO when trying to complete Work Item ..."
In fact when I dump the process via XmlBPMNProcessDumper, neither Property nor DataObject is even there under Subprocess.
the full BPMN file attached.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/602836#602836]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110430/0eaf4de9/attachment.html
More information about the jboss-user
mailing list