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

    Interface CancelWorkflowProviderRunRequest

    interface CancelWorkflowProviderRunRequest {
        runId: string;
        reason: string;
        context?: RequestContext;
    }
    Index

    Properties

    Properties

    runId: string
    reason: string
    context?: RequestContext