update_workflow
Update an existing Dynatrace Automation workflow by replacing its full definition with a new one. Requires the workflow UUID.
Instructions
Update (replace) a Dynatrace Automation workflow by ID (WRITE, platform Automation v1). Requires DT_ENABLE_WRITES=true and automation:workflows:write scope on the platform token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the workflow to update. | |
| workflow | Yes | Full workflow definition to replace the existing one. |