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

    Interface WorkflowActivation

    interface WorkflowActivation {
        id: string;
        input?: WorkflowValue;
        paused: boolean;
        trigger: WorkflowActivationTrigger;
    }
    Index

    Properties

    Properties

    id: string
    paused: boolean