Skip to content

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

Function: updateToCompleted()

updateToCompleted(executionId): Promise<void>

Defined in: packages/chaingraph-executor/server/dbos/steps/UpdateStatusStep.ts:61

Update execution status to "completed" This is the final checkpoint on successful completion

Parameters

executionId

string

Returns

Promise<void>

Licensed under BUSL-1.1