startFlow

inline suspend fun AppflowClient.startFlow(crossinline block: StartFlowRequest.Builder.() -> Unit): 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.