Hierarchy

  • IWorkflow

Properties

active: boolean
automations_data: {
    actions: {
        action: any;
        node_id: string;
    }[];
    conditions: {
        condition: ICondition[];
        node_id: string;
    }[];
    trigger: ITrigger;
}

Type declaration

  • actions: {
        action: any;
        node_id: string;
    }[]
  • conditions: {
        condition: ICondition[];
        node_id: string;
    }[]
  • trigger: ITrigger
created_at?: number
created_by?: number
description: string
edges: any
id?: number
nodes: any
portal_id: number
title: string
tree: any
updated_at?: number
updated_by?: number

Generated using TypeDoc