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

    Interface SignalOrStartWorkflowProviderRunRequest

    interface SignalOrStartWorkflowProviderRunRequest {
        workflowKey: string;
        definitionId?: string;
        expectedDefinitionGeneration?: number | bigint;
        input?: object;
        idempotencyKey?: string;
        createdBySubjectId?: string;
        runAs?: SubjectInput;
        signal?: WorkflowSignal;
        context?: RequestContext;
    }
    Index

    Properties

    workflowKey: string
    definitionId?: string
    expectedDefinitionGeneration?: number | bigint
    input?: object
    idempotencyKey?: string
    createdBySubjectId?: string
    runAs?: SubjectInput
    context?: RequestContext