Skip to main content

Process steps

Process steps in Orchestration Engine (OE) are actual actions performed in the Process Orchestration. OE steps are built from Action Flows. Your Process Orchestration can consist of multiple steps, and each step can be built of multiple Action Flows.

image1.png

Adding a process step to Process Orchestration:

Before you begin:

To be used in steps, your Action Flow must meet the following conditions:

  • It must be published and active.

  • It must include event type completion.

  • Scheduled to on demand.

  1. In Studio, go to your package and select your Process Orchestration.If you haven't created any Process Orchestrations yet, see Creating Process Orchestration..

  2. Under a start/resume process or another step, click the plus icon and select Process step.

    OE_step_creation.png
  3. From the right-hand side panel, select Add action.

  4. From the list of Action Flows available in your package, select the ones you want to add to the step. You can also create Action Flows directly from here.

    OE_add_AF_step.png

    Action Flows will be executed for this step in the order of selection.

  5. Click Next.

  6. Map any inputs that are defined for any of the Action Flows you selected.

    Input/Output Mapping provides an intuitive, low-code interface to ensure accurate data is passed between all automated steps. Right now, you can map Action Flow inputs and outputs directly within the Orchestration Engine step to streamline your workflow configuration. You can preview inputs defined for a given Action Flow, in a side preview in the Process Orchestration editor.

    Editing panel for a Process Orchestration step with the overview of inputs available for the selected Action Flow.

    For Action Flows, input types are defined in the Action Flow editor directly. See Action Flow inputs.

  7. Click Add.

Once you're satisfied with your Process Orchestration setup, you can test it to see its outcome and logs. To do so, in the edit mode for your Process Orchestration, select Test at the top.