ChainGraph API Documentation / @badaitech/chaingraph-executor / server / ExecutionCommand
Interface: ExecutionCommand
Defined in: packages/chaingraph-executor/types/messages.ts:29
Command to control execution lifecycle
Properties
command
command:
ExecutionCommandType
Defined in: packages/chaingraph-executor/types/messages.ts:33
executionId?
optionalexecutionId:string
Defined in: packages/chaingraph-executor/types/messages.ts:31
id
id:
string
Defined in: packages/chaingraph-executor/types/messages.ts:30
issuedBy
issuedBy:
string
Defined in: packages/chaingraph-executor/types/messages.ts:46
payload
payload:
object
Defined in: packages/chaingraph-executor/types/messages.ts:34
eventData?
optionaleventData:object
eventData.eventName
eventName:
string
eventData.payload?
optionalpayload:any
executionDepth?
optionalexecutionDepth:number
externalEvents?
optionalexternalEvents:object[]
flowId?
optionalflowId:string
integrations?
optionalintegrations:objectOutputType<{archai:ZodOptional<ZodObject<{agentID:ZodOptional<ZodString>;agentSession:ZodOptional<ZodString>;chatID:ZodOptional<ZodString>;messageID:ZodOptional<ZodNumber>; },"strip",ZodTypeAny, {agentID?:string;agentSession?:string;chatID?:string;messageID?:number; }, {agentID?:string;agentSession?:string;chatID?:string;messageID?:number; }>>;external:ZodOptional<ZodRecord<ZodString,ZodAny>>;wallet:ZodOptional<ZodObject<{address:ZodOptional<ZodString>;capabilities:ZodOptional<ZodObject<{supportsBatchTransactions:ZodOptional<...>;supportsEIP1559:ZodOptional<...>;supportsEIP712:ZodOptional<...>; },"strip",ZodTypeAny, {supportsBatchTransactions?: ... | ... | ...;supportsEIP1559?: ... | ... | ...;supportsEIP712?: ... | ... | ...; }, {supportsBatchTransactions?: ... | ... | ...;supportsEIP1559?: ... | ... | ...;supportsEIP712?: ... | ... | ...; }>>;chainId:ZodOptional<ZodNumber>;ensName:ZodOptional<ZodString>;isConnected:ZodBoolean;lastUpdated:ZodOptional<ZodNumber>;providerType:ZodOptional<ZodString>;rpcUrl:ZodOptional<ZodString>; },"strip",ZodTypeAny, {address?:string;capabilities?: {supportsBatchTransactions?:boolean;supportsEIP1559?:boolean;supportsEIP712?:boolean; };chainId?:number;ensName?:string;isConnected:boolean;lastUpdated?:number;providerType?:string;rpcUrl?:string; }, {address?:string;capabilities?: {supportsBatchTransactions?:boolean;supportsEIP1559?:boolean;supportsEIP712?:boolean; };chainId?:number;ensName?:string;isConnected:boolean;lastUpdated?:number;providerType?:string;rpcUrl?:string; }>>; },ZodAny,"strip">
options?
optionaloptions:object
options.breakpoints?
optionalbreakpoints:string[]
options.debug?
optionaldebug:boolean
options.execution?
optionalexecution:object
options.execution.flowTimeoutMs?
optionalflowTimeoutMs:number
options.execution.maxConcurrency?
optionalmaxConcurrency:number
options.execution.nodeTimeoutMs?
optionalnodeTimeoutMs:number
parentExecutionId?
optionalparentExecutionId:string
reason?
optionalreason:string
requestId
requestId:
string
Defined in: packages/chaingraph-executor/types/messages.ts:45
timestamp
timestamp:
number
Defined in: packages/chaingraph-executor/types/messages.ts:44
workerId?
optionalworkerId:string
Defined in: packages/chaingraph-executor/types/messages.ts:32