workflow / Exports / WorkflowNode
Interface: WorkflowNode
Core workflow node interface Compatible with existing WorkflowNode from workflow-event-subscriber
Hierarchy
WorkflowNode
Table of contents
Properties
Properties
id
• id: string
Defined in
interfaces/workflow-node.ts:84
type
• type: WorkflowNodeType
Defined in
interfaces/workflow-node.ts:85
parentId
• Optional parentId: string
Defined in
interfaces/workflow-node.ts:86
level
• level: number
Defined in
interfaces/workflow-node.ts:87
status
• status: WorkflowNodeStatus
Defined in
interfaces/workflow-node.ts:88
data
• data: WorkflowNodeData
Defined in
interfaces/workflow-node.ts:89
timestamp
• timestamp: number
Defined in
interfaces/workflow-node.ts:90
connections
• connections: WorkflowConnection[]