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

    Interface SetWorkflowProviderActivationPausedRequest

    interface SetWorkflowProviderActivationPausedRequest {
        definitionId: string;
        activationId: string;
        paused: boolean;
        requestedBySubjectId: string;
        context?: RequestContext;
    }
    Index

    Properties

    definitionId: string
    activationId: string
    paused: boolean
    requestedBySubjectId: string
    context?: RequestContext