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>" }'
{ "result": "<any>", "durationMs": 123 }
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.
Blocks executed successfully
The response is of type object.
object