Replies: 2 comments
-
you should be able to do this by wrapping your business logic in a workflow or pipeline, run that through the Repeat action, which allows you to break the loop by e.g. setting a variable on a given condition. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also use the abort transform, this can be used to stop a pipeline when it receives a row. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a workflow which internally calls some common pipelines and calls the API with subscription key. Now what is happening even if the subs key is wrong, sometime plugin does not break.
If this is not behaving the way we would like, then we want to conditionally control this.
Is there a way to break the internal pipeline conditionally? If no response from Rest Client. I want plugin to raise an error.
Beta Was this translation helpful? Give feedback.
All reactions