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
After updating from packet 3.2.1 to 3.3.0 RC5, the Hangfire call to the ResumeWorkflowJob.ExecuteAsync method fails because the tenantID is null when multi-tenancy is activated using elsa.UseTenants()
{"$type":"System.Collections.Generic.Dictionary`2[[System.String],[System.String]], mscorlib","FailedAt":"2025-01-02T12:34:13.2222493Z","ExceptionType":"System.InvalidOperationException","ExceptionMessage":"Workflow instance a3e2c2ead02a7752 not found.","ExceptionDetails":"System.InvalidOperationException: Workflow instance a3e2c2ead02a7752 not found.\r\n at Elsa.Workflows.Runtime.LocalWorkflowClient.GetWorkflowInstanceAsync(CancellationToken cancellationToken)\r\n at Elsa.Workflows.Runtime.LocalWorkflowClient.RunInstanceAsync(RunWorkflowInstanceRequest request, CancellationToken cancellationToken)\r\n at Elsa.Hangfire.Jobs.ResumeWorkflowJob.ExecuteAsync(String name, ScheduleExistingWorkflowInstanceRequest request, CancellationToken cancellationToken)\r\n at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)\r\n at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)\r\n","ServerId":"onerkaya:59148:b36274ee-c99f-4568-b918-bfb4c84998dc"}
The text was updated successfully, but these errors were encountered:
Hi ,
After updating from packet 3.2.1 to 3.3.0 RC5, the Hangfire call to the ResumeWorkflowJob.ExecuteAsync method fails because the tenantID is null when multi-tenancy is activated using elsa.UseTenants()
{"$type":"System.Collections.Generic.Dictionary`2[[System.String],[System.String]], mscorlib","FailedAt":"2025-01-02T12:34:13.2222493Z","ExceptionType":"System.InvalidOperationException","ExceptionMessage":"Workflow instance a3e2c2ead02a7752 not found.","ExceptionDetails":"System.InvalidOperationException: Workflow instance a3e2c2ead02a7752 not found.\r\n at Elsa.Workflows.Runtime.LocalWorkflowClient.GetWorkflowInstanceAsync(CancellationToken cancellationToken)\r\n at Elsa.Workflows.Runtime.LocalWorkflowClient.RunInstanceAsync(RunWorkflowInstanceRequest request, CancellationToken cancellationToken)\r\n at Elsa.Hangfire.Jobs.ResumeWorkflowJob.ExecuteAsync(String name, ScheduleExistingWorkflowInstanceRequest request, CancellationToken cancellationToken)\r\n at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)\r\n at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)\r\n","ServerId":"onerkaya:59148:b36274ee-c99f-4568-b918-bfb4c84998dc"}
The text was updated successfully, but these errors were encountered: