I think to improve the readability of workflows, it would be very usefull to do just that : every time I have to check different conditions, and quit the trigger or the WF when the condition is ok, I have to write TWO actions :
-
If condition 1 is ok DO something
-
If condition 1 is ok, quit
-
if condition 2 is ok DO something
-
if condition 2 is ok, quit
-
if condition 3… and so on ………..
It would be very usefull (for us) to just have a check box under the condition of the first action “if this condition is met, then quit after the action’
We should earn one step every time, and have a readability much better
an idea, among 10.000 I think !
It would definitely be helpful and Bubble used to have it but I can’t imagine them bringing it back especially since they can’t double charge for WUs then 
however it’s very easy to just copy a condition or clone a workflow so if it’s a specific page workflow you could just clone it, change the triggering condition, then add the action you want.
Within a workflow if you’re making an update based on a change, just copy the expression and add a terminate action and then paste expression. it’s 2 steps but not difficult to add the second step..
sure but sometimes, I have a WF with 3 or 4 different conditions and afterwards common steps, and my objective was not a pb of WU but readability ! if I create 4 WF to avoid 4 “terminate the WF” for long WF it’s change the place of the problem, but don’t solve it… Clearly, the two ways are ok, but in my way, I wanted just to say it would be easier for dvpt… best regards