Conditional process flow - IF
The gadget spec URL could not be found



The customers can either cancel or confirm their order. Depending on the action performed by the customer, the orders have to be moved to their respective activity.

Activity Name : StatusCheck
Activity Owner : n/a
Form : n/a
Queue : n/a
Next activity : Cancelled or Confirmed
Next activity trigger : IF condition


Configuring IF conditional process
   
Insert a IF conditional branching activity.

Click on the "+" button to view its branches.
   
Click on the node selector for the "ApproveBranch".
   
Rename this branch as "CancelBranch" by updating the value in the Namebox.
   
   


Click on the node selector for the "RejectBranch".
   
Rename this branch as "ConfirmBranch" by updating the value in the Namebox.
   
   


Select the IF conditional branching activity.
   
Rename this activity as "StatusCheck" by updating the value in the Namebox.
   
Enter the following condition in the formula bar.

IF(Order_Status="Cancelled",
"CancelBranch","ConfirmBranch")
   
  The IF condition requires three parameters:
  • Condition
  • Name of the branch that must be executed when true
  • Name of the branch that must be executed when false
What's the next step?

Configure "Confirmed" workflow activity.