Workflow Tasks
Get workflow task configuration
Returns the configuration for a workflow task. Shape varies by task type: Approval returns subject task IDs, AI returns prompt and output mapping, Code returns code with input/output mappings. Standard tasks have no configuration (returns 400).
get/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}/config
Path parameters
workflowIdstring required
The ID of the Workflow
revisionIdstring required
The ID of the Revision
taskIdstring required
The ID of the Task
Response
Example response
{
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.