The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Stop Execution Block
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
-
hbajpai Member Posts: 102 UnicornHey @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?
Best,
Harshit5
Answers
Harshit