boards
Post organisations board instances trigger execution
Trigger a board to execute specific start-nodes.
POST
Authorizations
Body
application/json
TriggerBoardExecutionRequest is the payload to trigger a Board to be executed
The body is of type object
.
Response
202
application/json
TriggerBoardExecutionResponse is returned after triggering a board to execute.
BoardTriggered is used to indicate if the trigger request has been accepted. The actual scheduling is done in the background and does not indicate the board has finished execution yet.