Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Aim of this section

Shows how to create or edit an event workflow. 

Related sections

Event Workflows (Reference Manual)

Required permissions

Event Orchestration - edit

...

  1. Go to Account > Event Workflows > Workflows

  2. Click Create Event Workflow.

  3. Fill in the following fields: 

    • Enter Workflow name of your choice and Description (optionally).

    • In Execution order define the priority of the workflow. The higher lower the number, the higher the priority. For example, if there are two workflows, first has Execution order = 1, the second = 5, the workflow with “1” will be executed first. The This can be handy if there are more workflows with listeners waiting for the same event.

    • In Global Timeout define in how many minutes the event workflow should be cancelled if it was not executed.

    • In Workflow Type select one of the following:

      • Single-source – The workflow takes place within a single entity (e.g. partition).

        • Source Type: Select Partition, Integration, or PFM.

        • Source Name: Select the source name. This will be displayed under the Target column in the Event Orchestration > Workflows table.

      • Multi-source – Allows for the combination of events/actions in multiple entities (partitions or integrations).

  4. Define one or more listeners. You can enable or disable individual listeners by toggling the switch in the Enabled column. When multiple listeners are defined, they are executed in the specified order and triggered by the event associated with the previous action. The listener is started only when the triggering (received) event contains the same Job Status Tracker (JST) as the action triggered by the previous listener. The Wait for Previous Step option can be turned off to disable waiting for the previous step's completion. Each listener can consist of a group of events.
    To add a listener see the How To Add Listener section below.

...