Connecting Workflow Tasks with Failover - RGF Flow

When connecting tasks in a workflow, links can be used to specify decisions (success or failure), based on which a workflow can be routed intelligently. A Script task can be used to make decisions based on the outcome of the script to perform specific workflow actions.
  1. Design a new workflow.
  2. In the Script task, define two outputs for ‘success’ and ‘failover’ outcomes.
  3. Based on the script output, connect the links to the relevant workflow tasks.
  4. In case of success, proceed to the next task.
    The Success link is displayed in blue color.
  5. In case of failover, send an email notification and perform a retry.
    The Failover link is displayed in red color.
    Note: The selected link is displayed in orange color.