Hi everyone,
I'm having troubles to pick the catalog task (sc_task) state column as the condition of a catalog task.
Currently I need the workflow to check the state column of the catalog task and decide which way to go:
State completed -> Continue to the next catalog task
Return to previous -> return to the previous catalog task (because of data inconsistency, something missing, etc)
The thing is that my workflow stops on the catalog task block, independently of which state the catalog task is when it's deactivated.