Windows Workflow foundatation scheduling.
Posted
by MushRoom
on Stack Overflow
See other posts from Stack Overflow
or by MushRoom
Published on 2009-06-24T21:28:36Z
Indexed on
2010/04/01
11:03 UTC
Read the original article
Hit count: 435
Windows
|workflow-foundation
If I have an ASP.NET app hosting a worflow where a trouble ticket passes through a fairly standard flow....at one point there needs to be an escalation occurring if a ticket has not been looked at or resolved in 6 months. Now lets say the 6 months have passed, but the IIS machine has been rebooted last month and not used. Will the workflow escalate the ticket?
When/how does the runtime check conditions on long running processes? Does it scan through the 1000's of workflows looking...or have an events table it checks? Does it even handle this kind of out-of-process workflow?
Seems like it would be a very common situation for a WF to handle but i can't seem to find any information.
© Stack Overflow or respective owner