latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflow Task Assignment Rules
Get task assignment rules
Returns the assignment rules for a task on a workflow revision. Each rule has a type discriminator: Static includes the assignee's email; Dynamic includes a sourceType (one of ChecklistInitiator, FormField, DocumentOwner, DocumentAuthor), and when sourceType is FormField, also a sourceWidgetId pointing to a Members or Email form field widget in the same revision.
get/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}/assignment-rules
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"
}
]
}