Edit by Id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
Request payload for creating or updating a task within a workflow.
ID of the workflow this task belongs to.
1
ID of the current step in the workflow that this task is working on.
1
Current status of the task.
active
, pending
, failed
"active"
Name assigned to the task.
"Task Name"
Detailed description of the task.
"This is the description you want to give for your task."
External ID for matching with external systems.
"This is an external ID if you want to match an external system."
Arbitrary data stored for future references.
{}
Response
Response containing task details within a workflow.
ID of the workflow this task belongs to.
1
ID of the current step in the workflow that this task is working on.
1
Current status of the task.
active
, pending
, failed
"active"
Name assigned to the task.
"Task Name"
Detailed description of the task.
"This is the description you want to give for your task."
External ID for matching with external systems.
"This is an external ID if you want to match an external system."
Arbitrary data stored for future references.
{}