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

    Interface WorkflowActivation

    interface WorkflowActivation {
        id?: string;
        input?: WorkflowValue;
        paused?: boolean;
        schedule?: WorkflowScheduleActivation;
        event?: WorkflowEventActivation;
        trigger?: WorkflowActivationTriggerKind;
    }
    Index

    Properties

    id?: string
    paused?: boolean