Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-types / INonDurableWorkflowHandle

Interface: INonDurableWorkflowHandle<T>

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:242

Abstract workflow handle for non-durable operations.

Type Parameters

T

T = unknown

Properties

getResult()

getResult: () => Promise<T>

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:244

Returns

Promise<T>


getStatus()

getStatus: () => Promise<{ status: string; } | null>

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:245

Returns

Promise<{ status: string; } | null>


workflowID

readonly workflowID: string

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:243

Licensed under BUSL-1.1