Exclusive gateway

Hey,

I am trying to use zeebe for implementing certain conditions with the help of exclusive gateway, but facing some issue when i need to match pattern(i.e., not able to use regex). Also, wanted to ask that can we use multiples rules in the conditions for an event to passthrough?

Hi @gshashank5,

currently, the expression support for the conditions is limited. Please have a look at the docs: https://docs.zeebe.io/reference/conditions.html

However, coming with the new release 0.23.0, the condition is a FEEL expression. That will enable new uses cases and bring also support for regular expressions.

Stay tuned!

Best regards,
Philipp

1 Like

Hi @philipp.ossler,

Thanks. Can you tell by what time will we be getting the new update?

Hi @gshashank5,

the plan is to publish the new release next week :balloon:

1 Like