A complete Workflow Automation definition, including its triggers, steps, and connections.

Hierarchy

  • Spec

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
annotations?: Annotation[]

Up to 100 text annotations displayed on the workflow canvas.

connectionEnvs?: ConnectionEnv[]

A list of connections or connection groups used in the workflow.

handle?: string

Unique identifier used to trigger workflows automatically in Datadog.

inputSchema?: InputSchema

A list of input parameters for the workflow. Input parameters are available under the Trigger object and can be referenced in workflow steps using {{ Trigger.<parameter_name> }}.

outputSchema?: OutputSchema

A list of output parameters for the workflow.

steps?: Step[]

A Step is a sub-component of a workflow. Each Step performs an action.

triggers?: Trigger[]

The list of triggers that activate this workflow. At least one trigger is required, and each trigger type may appear at most once.

Generated using TypeDoc