Interface FindFlowRunsQuery

interface FindFlowRunsQuery {
    limit?: number;
    cursor?: string;
    id?: string;
    flowInstanceId?: string;
    startNodeKey?: string;
    flowId?: string;
    universalFlowId?: string;
    userId?: string;
    state?: FlowRunState;
    integrationId?: string;
    connectionId?: string;
    startedAfter?: string;
}

Hierarchy (view full)

Properties

limit?: number
cursor?: string
id?: string
flowInstanceId?: string
startNodeKey?: string
flowId?: string
universalFlowId?: string
userId?: string
state?: FlowRunState
integrationId?: string
connectionId?: string
startedAfter?: string