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

    Interface ApplyWorkflowProviderDefinitionRequest

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

    Properties

    providerName: string
    idempotencyKey: string
    requestedBySubjectId: string
    context?: RequestContext