Documentation
    Preparing search index...
    type TriggerCfg = {
        action: string;
        channel?: string;
        configuration?: any;
        description?: string;
        id?: number | null;
        min_role?: number;
        name?: string;
        steps?: WorkflowStepCfg[];
        table?: AbstractTable;
        table_id?: number | null;
        table_name?: string;
        when_trigger: string;
    }
    Index

    Properties

    action: string
    channel?: string
    configuration?: any
    description?: string
    id?: number | null
    min_role?: number
    name?: string
    steps?: WorkflowStepCfg[]
    table_id?: number | null
    table_name?: string
    when_trigger: string