Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-executor / server / executionWorkflow

Variable: executionWorkflow() ​

const executionWorkflow: (this, ...args) => Promise<ExecutionResult>

Defined in: packages/chaingraph-executor/server/dbos/workflows/ExecutionWorkflow.ts:373

Registered workflow - use this to start executions

Parameters ​

this ​

unknown

args ​

...[ExecutionTask]

Returns ​

Promise<ExecutionResult>

Licensed under BUSL-1.1