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