flows
Start multiple flows
Initiates the flow's integration process by publishing the appropriate events to the event bus. Requires the 'flows.control' permission.
post/flows/multiple/start
Request body
string[] required
Example request
[ "62fcb5ee8ed54c19069b0ca5" ]
Response
Returns an array of with id and new status of the flows or the error messages
Example response
[
{
"data": {
"id": "5c99ec7e5ed40d3e7512cffa",
"status": "starting"
}
}
]