Tasks

Create workflow task execution log

post

Create a new workflow task execution log

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
workflowExecutionIdnumberRequiredPattern: [^\/#\?]+?
Body
idnumberOptional

The unique identifier of the log entry

Example: 1
workflowExecutionIdnumberOptional

The ID of the workflow execution

Example: 101
statusstring · enumOptional

The status of the workflow execution

Default: COMPLETEExample: IN_PROGRESSPossible values:
referenceIdstringOptional

A reference ID for the task

Example: ref123
startTimeone ofOptional

The start time of the task

Example: 2025-12-15T15:08:19.301Z
string · dateOptional
or
string · date-timeOptional
endTimeone ofOptional

The end time of the task

Example: 2025-12-15T15:08:19.301Z
string · dateOptional
or
string · date-timeOptional
attributesobjectOptional

Additional attributes for the task

Default: {}Example: {"key":"value"}
errorsobjectOptional

Errors encountered during the task execution

Default: {}Example: {"error":"description"}
workflowTaskIdnumberOptional

The ID of the workflow task

Example: 202
Responses
200Success
application/json
post
/api/workflow-execution/{workflowExecutionId}/tasks
200Success

Get workflow task execution log

get

Retrieve a specific workflow task execution log

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
workflowExecutionIdnumberRequiredPattern: [^\/#\?]+?
taskIdnumberRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
get
/api/workflow-execution/{workflowExecutionId}/tasks/{taskId}
200Success

Update workflow task execution log

put

Update an existing workflow task execution log

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
workflowExecutionIdnumberRequiredPattern: [^\/#\?]+?
taskIdnumberRequiredPattern: [^\/#\?]+?
Body
idnumberOptional

The unique identifier of the log entry

Example: 1
workflowExecutionIdnumberOptional

The ID of the workflow execution

Example: 101
statusstring · enumOptional

The status of the workflow execution

Default: COMPLETEExample: IN_PROGRESSPossible values:
referenceIdstringOptional

A reference ID for the task

Example: ref123
startTimeone ofOptional

The start time of the task

Example: 2025-12-15T15:08:19.301Z
string · dateOptional
or
string · date-timeOptional
endTimeone ofOptional

The end time of the task

Example: 2025-12-15T15:08:19.301Z
string · dateOptional
or
string · date-timeOptional
attributesobjectOptional

Additional attributes for the task

Default: {}Example: {"key":"value"}
errorsobjectOptional

Errors encountered during the task execution

Default: {}Example: {"error":"description"}
workflowTaskIdnumberOptional

The ID of the workflow task

Example: 202
Responses
200Success
application/json
put
/api/workflow-execution/{workflowExecutionId}/tasks/{taskId}
200Success