I have an on demand workflow which Resolve the Case’s. I got below exception when I run the workflow against a Case.

Reason & Fix –
- There is no active transaction Error – message usually denotes the failure in any other Plug-in steps already registered on the same event.
- In my scenario, there were OOB Activity Feeds Plug-in steps registered on Case entity ‘SetDynamicState’ message.
- So the Activity Feeds ‘SetDynamicState’ message failing when my workflow tried to change status of Case, causing “no active transaction Error “.
- By deactivating the Activity Feed step on Case entity ‘SetDynamicState’ message solved the problem.

🙂


![[Step by Step] Configure and consume 'Environment Variables' of type 'Secret' using 'Azure Key vault'](https://rajeevpentyala.com/wp-content/uploads/2023/05/image.png)
Leave a comment