JBoss Community

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

created by Vincent He in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community