cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/runBlocks \ --header 'Content-Type: application/json' \ --data ' { "startBlockName": "<string>", "endBlockName": "<string>", "params": {}, "instructorExecutionId": "<string>", "excludeChildren": true } '
{ "success": true, "sessionContext": {}, "sessionContextTimestamp": 123, "durationMs": 123, "result": "<unknown>" }
Executes a sequence of blocks from a start block name to an end block name within an instructor execution context. The blocks will be executed in order following the workflow edges.
Name of the block to start execution from
Name of the block to end execution at
Show child attributes
ID of the instructor execution context
Whether to exclude children blocks
Blocks executed successfully
Context capture time (UNIX timestamp)
The duration of the execution in milliseconds.
The result of the last block in the sequence