Run If or a regular conditional action?


Outside of run ifs having 1 output path vs 2 when discussing a conditional action, what are the pros/cons of using either?

Is there a large enough performance difference between the two to warrant one over the other?

More specifically, even in a situation where you only need one path, does it really matter which action is used?


2 replies

Badge +17

@benjaminparker  the two actions different for the logic that is needed. Typically you would use a "run if" when you want to consider a particular condition and if true, do a set of things. The conditional action is more like a switch that operates the same, but does one or the other based on the condition being met. 


 


It really comes down to how you want it to look in the designer more than anything, and also what you are attempting to evaluate as a condition. I have found some conditions work better in a run if, while others work better in a condition statement. Choice is yours, as long as it evaluates correctly. I have not seen a huge performance difference in either, because they both evaluate booleans at the end of the day.


 


Hope that helps.

Userlevel 6
Badge +16

Asked in the future



https://community.nintex.com/t5/Nintex-Workflow-Cloud-Forum/Run-If-or-a-regular-conditional-action/td-p/220681


 

Reply