Starts an execution of an Amazon Bedrock flow. Unlike flows that run until completion or time out after five minutes, flow executions let you run flows asynchronously for longer durations. Flow executions also yield control so that your application can perform other tasks.
This operation returns an Amazon Resource Name (ARN) that you can use to track and manage your flow execution.
Flow executions is in preview release for Amazon Bedrock and is subject to change.
post/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}/executions
Path parameters
flowAliasIdentifierstring required
The unique identifier of the flow alias to use for the flow execution.
flowIdentifierstring required
The unique identifier of the flow to execute.
Request body
Response
Success