26 Mar 2025 02:22 PM
I have a workflow that executes the following DQL:
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.
27 Mar 2025 11:12 PM
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