Options
All
  • Public
  • Public/Protected
  • All
Menu

The nodes of flow.

Hierarchy

Index

Constructors

constructor

Properties

Optional actionCalls

actionCalls: ActionCallNode[]

The nodes of action calls.

Optional assignments

assignments: AssignmentNode[]

Optional breaks

breaks: BreakNode[]

The break nodes.

Optional decisions

decisions: DecisionNode[]

The decisions nodes.

Optional fastCreates

fastCreates: FastCreateNode[]

The nodes to create records via object variable.

Optional fastDeletes

fastDeletes: FastDeleteNode[]

The nodes to remove records via object variable.

Optional fastLookups

fastLookups: FastLookupNode[]

The nodes to lookup records via object variable.

Optional fastUpdates

fastUpdates: FastUpdateNode[]

The nodes to update records via object variable.

Optional innerFlows

innerFlows: (FlowInputModel & { active: true; private: true; version: string })[]

The inner flows, can be referenced by sub flow nodes.

Optional loops

loops: LoopNode[]

The loop nodes.

Optional recordCreates

recordCreates: RecordCreateNode[]

The nodes to create records.

Optional recordDeletes

recordDeletes: RecordDeleteNode[]

The nodes to remove records.

Optional recordLookups

recordLookups: RecordLookupNode[]

The nodes to lookup records.

Optional recordUpdates

recordUpdates: RecordUpdateNode[]

The nodes to update records.

Optional subFlows

subFlows: SubFlowNode[]

The nodes of subflows.

Optional waits

waits: WaitNode[]

The wait nodes.