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

    Interface WorkflowDefinition

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

    Properties

    id: string
    generation: bigint
    activations: WorkflowActivation[]
    paused: boolean
    createdBySubjectId: string
    createdAt?: Date
    updatedAt?: Date
    providerName: string