Skip to content

agents / Exports / WorkflowData

Interface: WorkflowData

Base workflow data constraint with flexible typing All workflow data must extend this interface for type safety

Hierarchy

Indexable

▪ [key: string]: unknown

Table of contents

Properties

Properties

__workflowType

Optional Readonly __workflowType: string

Defined in

packages/agents/src/interfaces/workflow-converter.ts:53

Released under the MIT License.