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

    Interface StartWorkflowProviderRunRequest

    interface StartWorkflowProviderRunRequest {
        idempotencyKey: string;
        createdBySubjectId: string;
        workflowKey: string;
        providerName: string;
        definitionId: string;
        runAs?: SubjectContext;
        input?: JsonObject;
        expectedDefinitionGeneration: bigint;
        context?: RequestContext;
    }
    Index

    Properties

    idempotencyKey: string
    createdBySubjectId: string
    workflowKey: string
    providerName: string
    definitionId: string
    input?: JsonObject
    expectedDefinitionGeneration: bigint
    context?: RequestContext