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

    Interface StartWorkflowProviderRunRequest

    interface StartWorkflowProviderRunRequest {
        idempotencyKey: string;
        workflowKey: string;
        provider: string;
        definitionId: string;
        input?: object;
        expectedDefinitionGeneration: bigint;
        context?: RequestContext;
    }
    Index

    Properties

    idempotencyKey: string
    workflowKey: string
    provider: string
    definitionId: string
    input?: object
    expectedDefinitionGeneration: bigint
    context?: RequestContext