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?
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
- If I request a forecast for a period beginning 2 days in the future, will it be sent in 2 days time, or will it be sent immediately, but with data commencing in 2 days time?
- How do you ensure the confidentiality of a PathWays report request sent by my company?
- Is there a particular time period that is required for the test files?