@node-ts/bus-workflow
Version:
A workflow engine for orchestrating logic flows in distributed applications.
10 lines (8 loc) • 346 B
text/typescript
export const BUS_WORKFLOW_SYMBOLS = {
Persistence: Symbol.for('node-ts/workflow/persistence'),
WorkflowRegistry: Symbol.for('node-ts/workflow/workflow-registry')
}
export const BUS_WORKFLOW_INTERNAL_SYMBOLS = {
StartedByProxy: Symbol.for('node-ts/workflow/started-by-proxy'),
HandlesProxy: Symbol.for('node-ts/workflow/handles-proxy')
}