kiegroup / kie-tooling-store

5 stars 5 forks source link

Support condition expressions in sequence flows #39

Closed clawoflight closed 3 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 :)

ederign commented 3 years ago

Moved to https://github.com/kiegroup/kogito-tooling/issues/429