v24

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2023-10-2712636.3 KB
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

metaobject

Example response

[
  {
    "data": {
      "id": "5c99ec7e5ed40d3e7512cffa",
      "status": "starting"
    }
  }
]