Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Starting a workflow
{ "execution_type":"Start" }
Example: Restarting a workflow from failed node named testNode
{ "execution_type": "Restart", "failed_node_name": "testNode" }