Sequence can set a priority?

hi, there have a question, it’s need to execution a excludeGatway by sequece has some conditionExpression and i want a pripority to mark a Sequential, don’t know can i implemention this?
thank you .

@mzhifu,

I’m having difficulty understanding what you want to accomplish. I think you want to prioritize the output sequence flows of from an exclusive gateway when more than one output flow’s condition can be true. In the example below, an input of 101 would make the conditions on the flows to both “minor error” and “major error” true:
image

While the exclusive gateway is selected, you can set the “flow order”, which is the order in which outgoing flows are evaluated:

You will get a popup, that allows you to re-order the sequence flows:
image

Will