Skip to content

workflow / Exports / UniversalWorkflowEdge

Interface: UniversalWorkflowEdge

Universal Workflow Edge Represents connections between nodes with rich styling and metadata

Table of contents

Properties

Properties

id

id: string

Defined in

types/universal-types.ts:134


source

source: string

Defined in

types/universal-types.ts:135


target

target: string

Defined in

types/universal-types.ts:136


type

type: string

Defined in

types/universal-types.ts:139


label

Optional label: string

Defined in

types/universal-types.ts:140


description

Optional description: string

Defined in

types/universal-types.ts:141


sourceHandle

Optional sourceHandle: string

Defined in

types/universal-types.ts:144


targetHandle

Optional targetHandle: string

Defined in

types/universal-types.ts:145


style

Optional style: UniversalEdgeStyle

Defined in

types/universal-types.ts:148


hidden

Optional hidden: boolean

Defined in

types/universal-types.ts:151


conditional

Optional conditional: Object

Type declaration

NameType
conditionstring
fallbackEdge?string

Defined in

types/universal-types.ts:152


data

Optional data: Object

Type declaration

NameType
executionOrder?number
dependsOn?string[]
className?string
extensions?{ [platformName: string]: Record<string, unknown>; }
metadata?Record<string, unknown>

Defined in

types/universal-types.ts:158


createdAt

createdAt: Date

Defined in

types/universal-types.ts:176


updatedAt

updatedAt: Date

Defined in

types/universal-types.ts:177


timestamp

Optional timestamp: number

Defined in

types/universal-types.ts:178

Released under the MIT License.