Skip to content

workflow / Exports / EdgeValidationRule

Interface: EdgeValidationRule

Edge validation rule interface

Table of contents

Properties

Properties

sourceNodeType

Optional sourceNodeType: string | string[]

Defined in

interfaces/workflow-edge.ts:10


targetNodeType

Optional targetNodeType: string | string[]

Defined in

interfaces/workflow-edge.ts:11


allowedConnectionTypes

Optional allowedConnectionTypes: WorkflowConnectionType[]

Defined in

interfaces/workflow-edge.ts:12


required

Optional required: boolean

Defined in

interfaces/workflow-edge.ts:13


description

Optional description: string

Defined in

interfaces/workflow-edge.ts:14

Released under the MIT License.