workflows

Required scope: automation:workflows:read

get/workflows/{workflowId}/tasks/{id}

Path parameters

idstring required
workflowIdstring uuid required

Query parameters

adminAccessboolean

Allow access to all workflows/executions - additionally requires automation:workflows:admin

Response

namestring
actionstring
workflowstring
descriptionstring
inputobject
predecessorsstring[]
withItemsstring

Example response

{
  "action": "my.app:action_1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.