nestjs-temporal icon indicating copy to clipboard operation
nestjs-temporal copied to clipboard

Temporal plugin for nestjs framework

Results 14 nestjs-temporal issues
Sort by recently updated
recently updated
newest added

In the peer dependencies it specifies nest v8 as supported. However it is using ConfigurableModuleBuilder from @nestjs/common which wasn't available until v9.

This introduces dynamic activity name generation and fixes an issue where `ActivityOptions.name` is not really used

I have the following code, which is quite similar to the example code provided for manually creating a connection. ```ts TemporalModule.registerClientAsync({ imports: [ConfigModule], inject: [ConfigService], useFactory: async (config: ConfigService) =>...

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...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

ValidationPipe support might save many programs time since nestjs has already validation pipe mechanism. My suggestion is to add an optional decorator for activity input for example: ``` @Activity() async...

Hello mate, hope you're doing well I'm creating unit tests for my services and I need the **getQueueToken** function from this lib in order to mock the WorkflowClient provider with...

Hi, are you open to accepting pull requests? Have an idea for a dynamically created activity name

Hey. First of all thanks a lot for this module. It seems like there is an issue when trying to inject / import other services to this module in order...

Hi, after the Temporal version upgrade, started receiving two below errors. Please let know the cause and how to fix it. 2022-11-30T09:29:38.286254Z ERROR temporal_sdk_core::worker::workflow::managed_run: Error in run machines, error: RunUpdateErr(Nondeterminism("No...