How to use the script feature to decide the SequenceFlow from an ExclusiveGateway?

I want the data to flow through the selected SequenceFlow if the variable value is for eg: “abc”, is this the correct way to do so. If not, How to write the script for the gateways?

Hi @vishwac,
Yes… that is correct…
It should return boolean value or last line of code should be evaluated to boolean value.

1 Like

Thanks @hassang