Create a unique NestJS injection token for a workflow proxy.
Pair with createWorkflowProvider to register a typed proxy provider that can be injected by this token anywhere in the application.
createWorkflowProvider
export const ORDER_WORKFLOW = createWorkflowToken('orderWorkflow'); Copy
export const ORDER_WORKFLOW = createWorkflowToken('orderWorkflow');
Create a unique NestJS injection token for a workflow proxy.
Pair with
createWorkflowProviderto register a typed proxy provider that can be injected by this token anywhere in the application.