Post organisations board instances trigger execution
Trigger a board to execute specific start-nodes.
Authorizations
Path Parameters
Body
NodeIDs is a list of Node IDs which should be manually triggered. At least one ID must be provided.
Response
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.
OK denotes whether the request was handled successfully. If this field is true, then all nodeIds from the request were successfully triggered, otherwise at least one nodeId failed to trigger.
Nodes provides info on which nodes were triggered and if any failed.
OK denotes whether the request was handled successfully. If this field is true, then the node was triggered, otherwise the node failed to trigger.
Message contains a human-friendly message to display to the user in response to their trigger request.