Skip to content

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

Function: updateToRunning()

updateToRunning(executionId): Promise<void>

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

Update execution status to "running" This is the first checkpoint after workflow starts

Parameters

executionId

string

Returns

Promise<void>

Licensed under BUSL-1.1