Vincent He [http://community.jboss.org/people/bcanew] created the discussion

"In jBPM 4.4 [using BPMN2.0] referenced in the process has been deployed as 
part of the process do you (subprocess)?"

To view the discussion, visit: http://community.jboss.org/message/576773#576773

--------------------------------------------------------------
I am currently using jBPM 4.4, I see in the document have been supported and 
supportBPMN2.0 subprocess 【Reusable (call activity)】, the problem is I can not 
referencean external process to a certain process, has reached the general 
Purpose?


Ex


<process id="boundary_signal_event" name="Signal Boundary Event Process">
<process id="boundary_signal_event" name="Signal Boundary Event Process">
  <startEvent id="startEvent" name="StartProcess"/>
   <sequenceFlow id="flow1" sourceRef="startEvent" targetRef="subProcess"/>
    <subProcess id="*subProcess*" name="*Hello*" >
 *...*
    </subProcess> 
+    <startEvent id="startEvent" name="StartProcess"/>


I only wrote "..." subprocess in the details of it? Or under the subprocess's 
Id ("subProcess") or name ("Hello") can refer to an already Deployment of 
Process?
+    <sequenceFlow id="flow1" sourceRef="startEvent" targetRef="subProcess"/>
+    <subProcess id="subProcess" name="Hello" >
+      ...
+    </subProcess>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/576773#576773]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to