You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to leverage @workflows and @WorkflowMethod with no success. The bundleWorkflowCode and the workflowsPath configuration options for the registerWorkerAsync won't work. I get a lot of webpack errors. Are these decorators meant to be used?
The only reason I care is that I need to access some provided services and I wanted to inject them into a class and using a straight function for a workflow definition is problematic.
The text was updated successfully, but these errors were encountered:
https://github.com/KurtzL/nestjs-temporal/blob/main/lib/decorators/workflow.decorator.ts
I've been trying to leverage @workflows and @WorkflowMethod with no success. The bundleWorkflowCode and the workflowsPath configuration options for the registerWorkerAsync won't work. I get a lot of webpack errors. Are these decorators meant to be used?
The only reason I care is that I need to access some provided services and I wanted to inject them into a class and using a straight function for a workflow definition is problematic.
The text was updated successfully, but these errors were encountered: