getFlowIds

abstract suspend fun getFlowIds(name: String): Result<List<Long>>

Get ids of active flows by their name. Ids are ordered chronologically based on wide event creation time.

Use to pick up wideEventId after process restart or if the flow started in a different module. Or to clean up abandoned events.

Parameters

name

Stable flow name that was previously used with flowStart.