Stop Execution Block
ZKuiper
New Altair Community Member
Apologies if this has been addressed before, I couldn't quickly locate it but I am looking for a way to terminate my process via an operator i could put in a branch block. I'd like to be able to just pass data through if conditions are true and if false publish some data then stop the process from continuing.
If it matters this process will be running on a server once every minute. Thanks!
If it matters this process will be running on a server once every minute. Thanks!
0
Best Answer
-
Hey @ZKuiper
You can try it with Throw exception in Handle Exception block, it would stop the process with a designated error message.
Also, you could copy paste the whole process that you would want to execute in the branch then condition space and on the else side leave it blank and that should help you just bypass any further process execution. Will that work for you?
5
Answers
-
Hey @ZKuiper
You can try it with Throw exception in Handle Exception block, it would stop the process with a designated error message.
Also, you could copy paste the whole process that you would want to execute in the branch then condition space and on the else side leave it blank and that should help you just bypass any further process execution. Will that work for you?
5 -
Hey Harshit, I just used a different method so I could keep moving to get the same result. I just wanted to know what the answer to this was so i could use something like this in the future if i needed to.
1 -
Sure, Zak. I typically use these two ways and they work for me well.0