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

    Interface ApplyWorkflowProviderDefinitionRequest

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

    Properties

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