Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional annotationsUp to 100 text annotations displayed on the workflow canvas.
Optional connectionA list of connections or connection groups used in the workflow.
Optional handleUnique identifier used to trigger workflows automatically in Datadog.
Optional inputA 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> }}.
Optional outputA list of output parameters for the workflow.
Optional stepsA Step is a sub-component of a workflow. Each Step performs an action.
Optional triggersThe 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
A complete Workflow Automation definition, including its triggers, steps, and connections.