Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I want a notification mail to be sent if a request has not been actioned after a particular period of time. How do I ensure that the runtime is not unloaded after each call in ASP.Net?

0
Posted

I want a notification mail to be sent if a request has not been actioned after a particular period of time. How do I ensure that the runtime is not unloaded after each call in ASP.Net?

0

Make sure you set the UseActiveTimers to true on the ManualWorkflowScheduler service. You can add this as an attribute in the web.config if you are adding the service that way, or you can use one of the constructors (the one that takes a bool for active timers or the name value collection that can include the UseActiveTimers item).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123