You can add a basic switch activity to a workflow schema that defines the switch cases based on workflow variables or parameters.

Every switch activity can have multiple switch cases. Every switch case is defined by a condition related to an variable or a parameter. If the condition is fulfilled, the workflow run switches to a corresponding workflow element that you define. If none of the specified conditions are fulfilled, the workflow run switches to a default workflow element that you define.

Procedure

  1. Log in to the Automation Orchestrator Client.
  2. Navigate to Library > Workflows, and select you workflow.
  3. Drag a Switch element to the appropriate element in the workflow schema.
  4. In the Cases tab, add or delete switch cases.
  5. Define the condition for each switch case.
  6. Select the corresponding workflow element for each switch case.
  7. Select the default workflow element to switch to.
  8. Click Save.

Results

You defined the switch case conditions and workflow paths.