Skip to content

workflow / Exports / WorkflowConnection

Interface: WorkflowConnection

Workflow node connection information

Table of contents

Properties

Properties

fromId

fromId: string

Defined in

interfaces/workflow-node.ts:37


toId

toId: string

Defined in

interfaces/workflow-node.ts:38


type

type: WorkflowConnectionType

Defined in

interfaces/workflow-node.ts:39


label

Optional label: string

Defined in

interfaces/workflow-node.ts:40

Released under the MIT License.