Api Workflow Runs Partial Update 2

PATCH handler with superadmin lock and field protection.

Checks:

  1. Object lock (is_managed=True -> non-superadmins can’t modify)
  2. Field protection (non-superadmins can’t modify specific fields)

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

run_idstringRequired

Response

idstringRead-only
workflow_typestringRead-only
statusenum
  • pending - Pending
  • running - Running
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
  • timeout - Timeout
current_step_indexintegerRead-only
step_resultsanyRead-only
error_messagestring or nullRead-only
paused_atdatetime or nullRead-only
trace_idstringRead-only
created_atdatetimeRead-only
updated_atdatetimeRead-only