rappen / JonasPluginBase

Microsoft Dynamics CRM / 365 plugin base class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread safety of CodeActivityBase

EragonpeerGynt opened this issue · comments

While migrating our plugins and workflows to PluginBag we noticed, that our workflows weren't thread safe anymore.
This causes workflows to access context they shouldn't have access to and CRM to throw an error because of it.
We would greatly appreciate official fix.