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

    Interface WorkflowDefinitionSpec

    interface WorkflowDefinitionSpec {
        id?: string;
        target?: BoundWorkflowTarget;
        activations?: readonly WorkflowActivation[];
        paused?: boolean;
        runAs?: SubjectInput;
    }
    Index

    Properties

    id?: string
    activations?: readonly WorkflowActivation[]
    paused?: boolean
    runAs?: SubjectInput