Check conditions are how you implement if-then-else logic in a workflow process.
The following screenshot shows an example of a check condition:
Figure 5.5 – Check condition
Microsoft has used Otherwise if, in place of else if, and Otherwise in place of else. Also, check conditions can have ANDs and ORs to create complex conditions.
Check conditions can be nested, but be careful as the process editor cannot handle more than five levels of nesting.