run_workflow
Trigger a run of a Dynatrace Automation workflow by providing its UUID and optional input payload. Creates a new execution for the workflow.
Instructions
Trigger a run of a Dynatrace Automation workflow (WRITE, platform Automation v1). Creates a new Execution for the workflow. Requires DT_ENABLE_WRITES=true and automation:workflows:run scope on the platform token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the workflow to run. | |
| input | No | Optional run input payload passed to the workflow as `input` (per ExecutionInputsRequest spec). Defaults to {} if omitted. |