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

    Interface WorkflowDefinitionSpec

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

    Properties

    id: string
    activations: WorkflowActivation[]
    paused: boolean