I want to terminate flow by "Terminate" action as "Successed" result status instead of "Failed", at some condition.
My flow:
Step 1. Trigger - when a new tweets is posted.
Step 2. Condition - retweet count is 0
Yes - do nothing.
No
Action - Terminate
Step 3. send a push notification
and, I want to be "Suceeded" result status whenever retweet count 0 or larger than 0.
Regards,
Yoshihiro Kawabata
"Terminate" action of "Control" now can do with "Status" equal "Successed".
Thank you
Yoshihiro Kawabata
Thank you
Hi Yoshihirok,
I understand that your current flow is like this:
But you want add a Terminate action after the "If yes" result. And the status should be succeed instead of failed.
As the article states, Terminate is designed to end a flow's run. It will be useful when used inside a condition, for example, you can do a series of checks and only continue the workflow if all of these pass. The status actually is not very important as this action just prevents the flow to continue running after this condition. If you just want the flow stop running after "IF YES", you could still use Terminate.
Regards,
Mona