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

    Interface StartWorkflowProviderRunRequest

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

    Properties

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