apache / incubator-kie-tools

Tools for KIE
Apache License 2.0
244 stars 173 forks source link

Support condition expressions in sequence flows #429

Closed clawoflight closed 2 years ago

clawoflight commented 3 years ago

Hi, could you add support for actually writing condition expressions?

The UI is already almost there: image

I would like to be able to express the following:

<bpmn2:sequenceFlow id="SequenceFlow_1" name="eventName" sourceRef="Task_1" targetRef="ExclusiveGateway_2">
      <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_1" language="http://www.example.com/language">some-expression</bpmn2:conditionExpression>
</bpmn2:sequenceFlow>

I can help, if provided some guidance :)

(this is a copy of https://github.com/kiegroup/kie-tooling-store/issues/39, which was the wrong repo, I guess?)

ederign commented 3 years ago

Hi @clawoflight first of all thanks for offering help!

@romartin is the lead of this area and can provide you assistance on this!

ederign commented 2 years ago

Moved to: https://issues.redhat.com/browse/KOGITO-7002