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

    Interface WorkflowDefinition

    interface WorkflowDefinition {
        id?: string;
        generation?: number | bigint;
        target?: BoundWorkflowTarget;
        activations?: readonly WorkflowActivation[];
        paused?: boolean;
        createdBySubjectId?: string;
        createdAt?: Date;
        updatedAt?: Date;
        providerName?: string;
        runAs?: Subject;
    }
    Index

    Properties

    id?: string
    generation?: number | bigint
    activations?: readonly WorkflowActivation[]
    paused?: boolean
    createdBySubjectId?: string
    createdAt?: Date
    updatedAt?: Date
    providerName?: string
    runAs?: Subject