@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface WorkflowRunListParams

    interface WorkflowRunListParams {
        limit?: number;
        offset?: number;
        originating_type?: WorkflowRunOriginatingType;
        status?: WorkflowRunStatus;
        workflow_template_id?: string;
    }
    Index
    limit?: number
    offset?: number
    originating_type?: WorkflowRunOriginatingType

    Filter by the originating object type.

    Filter by run status.

    workflow_template_id?: string

    Filter by the originating workflow template ID.