agent-core / Exports / IWorkflowMetadata
Interface: IWorkflowMetadata
Workflow metadata - uses base type for cross-converter compatibility Step 1: ❌ Can't assign Date/number/string to metadata value type directly (index signature conflict) Step 2: ✅ TMetadataValue already includes Date, primitive types Step 3: ✅ Fix index signature to allow optional properties Step 4: ✅ Use proper intersection type for compatibility
Indexable
▪ [key: string]: TMetadataValue | undefined
Table of contents
Properties
Properties
convertedAt
• Optional convertedAt: Date
Defined in
packages/agent-core/src/interfaces/workflow-converter.ts:40
processingTime
• Optional processingTime: number
Defined in
packages/agent-core/src/interfaces/workflow-converter.ts:41
executionId
• Optional executionId: string