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

    Interface GetWorkflowProviderRunOutputRequest

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

    Properties

    Properties

    runId: string
    context?: RequestContext