Skip to content

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

Variable: ExecutionOptionsSchema

const ExecutionOptionsSchema: ZodObject<{ breakpoints: ZodOptional<ZodArray<ZodString, "many">>; debug: ZodOptional<ZodBoolean>; execution: ZodOptional<ZodObject<{ flowTimeoutMs: ZodOptional<ZodNumber>; maxConcurrency: ZodOptional<ZodNumber>; nodeTimeoutMs: ZodOptional<ZodNumber>; }, "strip", ZodTypeAny, { flowTimeoutMs?: number; maxConcurrency?: number; nodeTimeoutMs?: number; }, { flowTimeoutMs?: number; maxConcurrency?: number; nodeTimeoutMs?: number; }>>; }, "strip", ZodTypeAny, { breakpoints?: string[]; debug?: boolean; execution?: { flowTimeoutMs?: number; maxConcurrency?: number; nodeTimeoutMs?: number; }; }, { breakpoints?: string[]; debug?: boolean; execution?: { flowTimeoutMs?: number; maxConcurrency?: number; nodeTimeoutMs?: number; }; }>

Defined in: packages/chaingraph-types/src/flow/execution-engine.ts:33

Licensed under BUSL-1.1