Run Orchestration
    • Dark
      Light

    Run Orchestration

    • Dark
      Light

    Article Summary

    Run Orchestration Component

    Run an Orchestration Job to completion. After the Orchestration Job completes, other orchestration components can be linked to this one depending upon success or failure.

    Use this component to better organise complicated Orchestration Job flows by breaking them into simpler pieces that can be conflated in another Orchestration Job.

    Properties

    PropertySettingDescription
    NameStringA human-readable name for the component.
    Orchestration JobSelectChoose an existing Orchestration Job.
    Note: take care to not create circular references, or a job may never complete. As such, the current job cannot be input here.
    Set Scalar VariablesVariableSelect a scalar variable to be used by the called Orchestration Job. Add a scalar variable by clicking + and then selecting from the dropdown list.
    ValueAssign a value to the scalar variable. The assigned value must be of the correct type as given when the variable was declared.
    If a shared variable named 'Message' is passed using this method, it can be later exported from this component (keeping any changes to the value that occurred within the Run Orchestration job) using the 'Message' export variable.
    Set Grid VariablesDialogGrid variables for the Orchestration Job being called are listed and, by default, are used by the called job in their default state. Selecting a grid variable and choosing an option other than Use Defaults in the Set Values dropdown menu allows users to overwrite grid variables data in that job.
    Values: define individual values.
    Grid: map columns using grid variables from the called Orchestration Job. For more information, read Grid Variables.