curl --request GET \
--url https://workflow-app.thena.ai/api/v1/workflows/{workflowInstanceId}/tasks \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"stepIdentifier": 123,
"activity": "<string>",
"status": "SCHEDULED",
"input": {},
"result": {},
"isRetry": true,
"isCompensation": true,
"executionTime": 123,
"startedAt": "2023-11-07T05:31:56Z",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://workflow-app.thena.ai/api/v1/workflows/{workflowInstanceId}/tasks \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"stepIdentifier": 123,
"activity": "<string>",
"status": "SCHEDULED",
"input": {},
"result": {},
"isRetry": true,
"isCompensation": true,
"executionTime": 123,
"startedAt": "2023-11-07T05:31:56Z",
"lastUpdatedAt": "2023-11-07T05:31:56Z"
}Enter your API key
Operation successful
The identifier of the activity of a workflow instance
The step identifier of the activity of a workflow instance as present in workflow definition
The activity of the workflow instance
The status of the activity of a workflow instance
SCHEDULED, UNAUTHORIZED, STARTED, AWAITING_USER_INPUT, FAILED, FINISHED The input of the activity of a workflow instance
The result of the activity of a workflow instance
If the activity is a retry
If the activity is a compensation
The execution time of the activity (in seconds)
The start date of the activity (in ISO format)
The last updated date of the activity (in ISO format)