Is it possible to add a condition-expression to a default-sequence-flow? If yes, how can i achieve that?
At least to a default-sequence-flow of an inclusive gateway.
Is it possible to add a condition-expression to a default-sequence-flow? If yes, how can i achieve that?
At least to a default-sequence-flow of an inclusive gateway.
I’m not aware of such feature. Maybe you can share a BPMN diagram to shed some more light on your use-case.
Sorry for the late reply. I’ve made an example to showcase the need for such feature.
Given are 3 paths A, B and C where path B and C have conditions and A is the default path. If you try to automate this gateway the only combinations possible are A, B, C and BC. You can’t get the combinations AB, AC and ABC.
We want to be able to map all combinations without needing an extra edge. So we need to be able to give a condition to a default path at an inclusive gateway.