PersistentAI API Documentation / @persistentai/fireflow-types / IBranchHandle
Interface: IBranchHandle
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:198
Handle for an in-progress branch subworkflow.
Properties
getResult()
getResult: () =>
Promise<void>
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:202
Wait for the branch workflow to complete
Returns
Promise<void>
workflowId
workflowId:
string
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:200
The DBOS workflow ID for this branch