Integration App SDK - v1.14.0
    Preparing search index...

    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 Summary)

    Index

    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