workflow / Exports / WorkflowEdge
Interface: WorkflowEdge
Core workflow edge interface Based on existing UniversalWorkflowEdge from universal-types
Table of contents
Properties
- id
- source
- target
- type
- label
- description
- sourceHandle
- targetHandle
- executionOrder
- dependsOn
- hidden
- conditional
- data
- timestamp
- createdAt
- updatedAt
Properties
id
• id: string
Defined in
interfaces/workflow-edge.ts:22
source
• source: string
Defined in
interfaces/workflow-edge.ts:23
target
• target: string
Defined in
interfaces/workflow-edge.ts:24
type
• type: WorkflowConnectionType
Defined in
interfaces/workflow-edge.ts:27
label
• Optional label: string
Defined in
interfaces/workflow-edge.ts:28
description
• Optional description: string
Defined in
interfaces/workflow-edge.ts:29
sourceHandle
• Optional sourceHandle: string
Defined in
interfaces/workflow-edge.ts:32
targetHandle
• Optional targetHandle: string
Defined in
interfaces/workflow-edge.ts:33
executionOrder
• Optional executionOrder: number
Defined in
interfaces/workflow-edge.ts:36
dependsOn
• Optional dependsOn: string[]
Defined in
interfaces/workflow-edge.ts:37
hidden
• Optional hidden: boolean
Defined in
interfaces/workflow-edge.ts:40
conditional
• Optional conditional: Object
Type declaration
| Name | Type |
|---|---|
condition | string |
fallbackEdge? | string |
Defined in
interfaces/workflow-edge.ts:41
data
• Optional data: Object
Index signature
▪ [key: string]: unknown
Type declaration
| Name | Type |
|---|---|
className? | string |
metadata? | Record<string, unknown> |
Defined in
interfaces/workflow-edge.ts:47
timestamp
• timestamp: number
Defined in
interfaces/workflow-edge.ts:54
createdAt
• Optional createdAt: Date
Defined in
interfaces/workflow-edge.ts:55
updatedAt
• Optional updatedAt: Date