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
readonlyworkflowID:string
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:243