Sign in

Set task due date

documented

Set or update the due date/time for a task.

POST /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/dueWorkflowsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.process.st/api/v1.1/workflow-runs/{{$workflowRunId}}/tasks/{{$taskId}}/due" -X POST -H "X-API-Key: {{PROCESS_API_KEY}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"due_date": "{{$due_date}}"}'