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

    Interface ApplyWorkflowProviderDefinitionRequest

    interface ApplyWorkflowProviderDefinitionRequest {
        provider: string;
        spec?: WorkflowDefinitionSpec;
        idempotencyKey: string;
        context?: RequestContext;
    }
    Index

    Properties

    provider: string
    idempotencyKey: string
    context?: RequestContext