OOB Tasks

To create a workflow, you can navigate to Studio > Workflow and then select .

To create a flow, the user can create a form to get the respective inputs and then select the tasks from the respective section and add them.

In the Workflow tab, when you place tasks in a particular order (forward flow) the same tasks should be placed in the reversed order (reverse flow) in the Rollback tab to perform the rollback operation.

The tasks are categorized into two based on the type of execution: Immediate and Deferred.

  • When the 'is_deferred_execution' flag is unset, they are known as Immediate tasks and they are executed within the task itself.
  • When the 'is_deferred_execution' flag is set, they are known as deferred tasks and they generate a command(s) which is later fed into the command consolidator.

The command consolidator consolidates commands from all the tasks. The output of the command consolidation task is fed into the implementation task for execution.

The OOB section within the Studio contains the following vendor tasks:

  • F5
  • Infoblox (DNS)
  • Firewall Panorama (Beta)