@valon-technologies/gestalt
    Preparing search index...

    Interface ListWorkflowProviderRunsRequest

    interface ListWorkflowProviderRunsRequest {
        pageSize?: number;
        pageToken?: string;
        status?: WorkflowRunStatus;
        targetApp?: string;
        context?: RequestContext;
    }
    Index

    Properties

    pageSize?: number
    pageToken?: string
    targetApp?: string
    context?: RequestContext