The spec defines what the workflow does.

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[]

A list of annotations used in the workflow. These are like sticky notes for your workflow!

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. These can be used as dynamic runtime values in your workflow.

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