workflow_data
JSON structureworkflow_data
: The complete JSON from your visual builder (Step 1)inputs
: The actual data you want to process (overrides default values)https://lao.studio.lyzr.ai/run-dag/
workflow_data
= Your workflow template (same every time)inputs
= The specific data for THIS execution (changes each time)workflow_data
JSON structuretask_id
to track the executionflow_name
and run_name
to monitor progresshttps://lao.studio.lyzr.ai/task-status/{task_id}
processing
status while the workflow is still running. You’ll need to poll periodically or use WebSocket for real-time updates.
status
: Either “processing” or “completed”results
: Object containing output from each node (keyed by node name)