apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Event Subprocess v7 Migration #1307

Closed elguardian closed 2 months ago

elguardian commented 3 months ago

add supports for start event subprocess with the conditional

      <bpmn2:startEvent id="StartEvent_2" name="start-sub" isInterrupting="false">
        <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
        <bpmn2:conditionalEventDefinition>
            <bpmn2:condition tns:language="http://www.java.com/java">"john".equals(person.getName())</bpmn2:condition>
        </bpmn2:conditionalEventDefinition>
      </bpmn2:startEvent>

Kogito does not have kie session so now we are using process instance variables for doing this.

elguardian commented 3 months ago

https://github.com/apache/incubator-kie-kogito-runtimes/pull/3552