@mastra/core
Version:
Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
12 lines • 571 B
TypeScript
/**
* Workflow id used by the bg-task workflow registered on Mastra.
* Double-underscore prefix marks it as internal — same convention as
* `__batch-scoring-traces`.
*
* Lives in its own file (separate from `./workflow`) so `manager.ts` can
* reference the id without statically pulling in `../workflows/evented`,
* which would create a circular import via `agent → background-tasks →
* workflow → evented → workflows/index → agent`.
*/
export declare const BACKGROUND_TASK_WORKFLOW_ID = "__background-task";
//# sourceMappingURL=workflow-id.d.ts.map