0 Replies Latest reply on Jun 25, 2018 6:48 AM by hiroyuki.inaba

    How to execute a parallel node?

    hiroyuki.inaba

      Workflow

       

          +- A1 - A2 - A3 - A4 -+

      S -+- B1 - B2 - B3 - B4 -+- 5 - E

          +- C1 - C3 - C3 - C4 -+

       

      Running this workflow will be in the following order.

       

      EX. S A1 A2 A3 A4 B1 B2 B3 B4 C1 C2 C3 C4 5 E

       

      Is it possible to run parallel nodes at the same time?

       

      I looked up the source: NodeInstanceImpl, but there was no implementation that could run at the same time.

       

      jBPM version: 7.7.0

      Package: org.jbpm.workflow.instance.impl;

      Class: public abstract class NodeInstanceImpl

      Method: protected void triggerNodeInstance