Skip to content

agent-core / Exports / IWorkflowData

Interface: IWorkflowData

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

Indexable

▪ [key: string]: TUniversalValue | undefined

Table of contents

Properties

Properties

__workflowType

Optional Readonly __workflowType: string

Defined in

packages/agent-core/src/interfaces/workflow-converter.ts:52

Released under the MIT License.