Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FlowBriefModel

The brief model for flow, used in list.

Hierarchy

  • FlowInfo
  • FlowCompiledModel
    • FlowBriefModel

Index

Properties

active

active: boolean

Check if the flow is active.

Optional catalogue

catalogue: string

Optional description

description: string

Optional enableStat

enableStat: boolean

Enable flow runtime statistics.

Optional event

event: string

The binding event, when processType is 'Event Trigger'.

Optional eventCriteria

eventCriteria: string

The binding event criteria, when processType is 'Event Trigger'.

id

id: string

The ID of the flow.

label

label: string

name

name: string

processType

processType: "Inner Flow" | "Autolaunched Flow" | "Event Trigger" | "Timer Trigger"

The process type.

status

status: string

The compiled status.

Optional timerCriteria

timerCriteria: TimerCriteria

The binding event, when processType is 'Timer Trigger'.

version

version: string

The version of the flow.