Complete task
documentedMark a task as completed (honoring required fields if present).
POST /v1.1/workflow-runs/{workflowRunId}/tasks/{taskId}/completeWorkflowsno implementation yet0 runsNo 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}}/complete\" \\
-X POST \\
-H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\
-H \"Content-Type: application/json\" \\
-H \"Accept: application/json\" \\
-d '{\"values\": {\"{{$field_id}}\": \"{{$field_value}}\"}}'