Skip to content

PersistentAI API Documentation / @persistentai/fireflow-executor / server / updateToRunning

Function: updateToRunning()

updateToRunning(executionId): Promise<void>

Defined in: packages/fireflow-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