startFlow

abstract suspend fun startFlow(input: StartFlowRequest): StartFlowResponse

Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow.