Hi,
in a workflow I extract a variable from a json
If this variable is 0 I don't want to execute the rest of the workflow (a Send HTTP Request follows)
Ok, I can use an illegal line in an if, then the workflow terminates, but this is not nice.
Is there a way to terminate a workflow correct?
I don't find something like workflow\stop() or break()
Or do I really need to split the workflow and trigger the next one by the script?
Best regards
in a workflow I extract a variable from a json
If this variable is 0 I don't want to execute the rest of the workflow (a Send HTTP Request follows)
Ok, I can use an illegal line in an if, then the workflow terminates, but this is not nice.
Is there a way to terminate a workflow correct?
I don't find something like workflow\stop() or break()
Or do I really need to split the workflow and trigger the next one by the script?
Best regards
Comment