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

    Interface GetWorkflowProviderRunRequest

    interface GetWorkflowProviderRunRequest {
        runId: string;
        context?: RequestContext;
    }
    Index

    Properties

    Properties

    runId: string
    context?: RequestContext