v1

latestOpenAPI 3.1.02026-07-178068219.8 KB
workflow runs

Run Workflow Non Blocking

Start a non-blocking workflow run and return the run details

post/wf/{workflow_id}/start_run/

Path parameters

workflow_idstring required

Query parameters

run_typestring

Request body

initial_inputsobject nullable
parent_run_idstring nullable
filesobject nullable

Response

Successful Response

idstring required
workflow_idstring required
workflow_version_idstring nullable
status'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'CANCELED' required
start_timestring date-time required
end_timestring date-time nullable
initial_inputsobject nullable
outputsobject nullable
parent_run_idstring nullable
run_typestring
output_file_idstring nullable
input_dataset_idstring nullable
messagestring nullable
durationnumber nullable required
percentage_completenumber required