cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom conditions in Workflows

Pablo2
Newcomer

I have a workflow that executes the following DQL:

Pablo2_0-1742998745690.png

 

I want a custom condition so that only when status1 is = 1 , the next step is done.

From what I have seen in the documentation this syntax would be correct but it does not work.

Pablo2_1-1742998920726.png

 

1 REPLY 1

marco_irmer
Mentor

I think you need to use the == operator in your condition rather than a single equal sign, as seen in the documentation's example.

Featured Posts