Hi
Greetings!!!
I have a genuine doubt. We are using CRM on-premise 365. Most of the plugins which are registered with the isolation mode as "none" are giving SQL time out error. So, I am trying with Custom Workflow Activity. In on-premise, will it work without giving the time out error as the logic is very complex and it has to update around 3000 records.
If it's not registered with "sandbox" mode, can I assume that timeout error will not come.
Thanks
Amit Kumar Rath
*This post is locked for comments
Okay , then I guess the issue is in your code . Could you please share your code ?
Hi Gautam,
My understanding is completely same as yours. But, coming to your line "So if you register plugin isolation mode set none and execution mode asynchronous I don't think you will get the time out error."......I am getting SQL timeout error with the plugin registered with isolation mode 'none'.
Hi Amit ,
I believe you are aware that timeout error is coming when plugin execution mode is synchronous due to maximum limit is 2 miniute.If your process goes beyond 2 minutes system will automatically kill the process.
So if you register plugin isolation mode set none and execution mode asynchronous I don't think you will get the time out error.
If you want your custom workflow to run more than 2 minutes register your workflow in Mode="none" and also make sure to run workflow in bakground .
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156