Documentation
    Preparing search index...
    type WorkflowStepCfg = {
        action_name: string;
        configuration: any;
        id?: number;
        initial_step: boolean;
        name: string;
        next_step?: string;
        only_if?: string;
        trigger_id: number;
    }
    Index

    Properties

    action_name: string
    configuration: any
    id?: number
    initial_step: boolean
    name: string
    next_step?: string
    only_if?: string
    trigger_id: number