Undelete workflow run
documentedRestore a previously deleted workflow run within the allowable window.
Workflowsno 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/v1.1/workflow-runs/{{$workflowRunId}}/undelete" \
-X PUT \
-H "Authorization: Bearer {{PROCESS_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{}'