Skip to main content

WorkflowRun

nodesobject[]

Override the workflow's node graph for this run

edgesobject[]

Override the workflow's edge graph for this run

input object

Runtime input parameters to inject into the workflow's input node

property name*any

Runtime input parameters to inject into the workflow's input node

WorkflowRun
{
"nodes": [
{}
],
"edges": [
{}
],
"input": {}
}