Run Flow
Runs the latest state stored on the flow.
POST /api/agent-react-flow/:external_id/nodes/run
No body is required. The latest states[] saved on the flow will be executed.
Response
{
"outputs": [],
"summary": {
"totalNodes": 3,
"successfulNodes": 3,
"failedNodes": 0,
"outputNodes": 1
},
"flowInfo": {}
}
