Adding timers for testing
I have some tasks (Asynchronous) that I assign timers to. There are reminders that go out periodically. The problem is in testing. Operationally I use a global variable that specifies the amount of time to complete the task. Just drag and drop, exactly the way it should work. The problem is the frequency that reminders go out. There isn't a way to drag and drop that amount of time into the setup. You have to pick a number of days,hours,etc.. . So if operationally you want to wait 30 days you can drag and drop that into the setup. I can send reminders out every 5 days but this is selected from drop down lists. For testing I might want to change 30 days to 1 day. I can change my global/shared variable to 1 day. But there is no way to change the reminder frequency the same way without editing every process that this affects. This would be a nice change...
Please sign in to leave a comment.
Comments
1 comment