Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / NodeExecutionResult

Interface: NodeExecutionResult ​

Defined in: packages/chaingraph-types/src/node/types.ts:109

Type definition for node execution result

Indexable ​

[key: string]: any

Properties ​

backgroundActions? ​

optional backgroundActions: () => Promise<void>[]

Defined in: packages/chaingraph-types/src/node/types.ts:110

Returns ​

Promise<void>

Licensed under BUSL-1.1