flows
Create a new flow.
Creates a flow under the id supplied in the body, so a caller can pre-generate an id and then start the flow by it. id is a required field: to have the server assign one instead, send the nil uuid (00000000-0000-0000-0000-000000000000) and read the assigned id from the flow.id of the response. Reusing the id of an existing flow is a 409; use POST /api/flows/{id} to update that flow instead.
post/api/flows
Request body
Response
Flow created