getFlowsMatching

Return

a list of flow IDs which match the query

Parameters

query

the query that should be applied for filtering the contents of the flow hospital it is possible to query by:

See also

flowClass: String - a fragment of the class name of the flow the .* regex operator is applied to the start and end of the fragment flowState: Enum ( RUNNABLE, FAILED, COMPLETED, HOSPITALIZED, KILLED, PAUSED ) - the state of the flow progressStep: String - a fragment of a user defined step within the flow. The .* regex operator is applied to the start and end of the fragment cordapp: String a fragment of the jar name the flow was loaded from the .* regex operator is applied to the start and end of the fragment compatibleWithCurrentCordaRuntime: Boolean - whether the suspended flow is compatible (and loadable) on the current corda runtime. suspensionDuration: java.time.Duration - the amount of wall-clock time that a flow has been suspended for (not execution time) flowStart: net.corda.core.contracts.TimeWindow - an open or closed time window for when the flow was first started. A start-open window will return all flows started before the Unix 0 Instant An end-open window will return all flows started after a given time and before the current Instant