elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.27k stars 1.15k forks source link

Watchdirectory activity does not invoke ITenantAccessor #3203

Open VartikaSharma14 opened 2 years ago

VartikaSharma14 commented 2 years ago

With reference to this https://github.com/elsa-workflows/elsa-core/pull/2992. Using multi-tenancy at record level. Created one workflow which is having WatchDirectory as first activity, but with tenant-id this workflow do not get triggered. But when I change tenantid = null, it works fine. And when checked the code, most of the activities are not invoking ITenantAccessor like in HttpEndPointMiddleware Kindly help!

Using 2.8.2 version

VartuSharma commented 7 months ago

Hello @sfmskywalker , Any updates on this? Using latest version of Elsa 2.

Thanks