Help with Custom Workflow that checks db
Posted
by zSysop
on Stack Overflow
See other posts from Stack Overflow
or by zSysop
Published on 2010-03-29T18:57:39Z
Indexed on
2010/03/29
19:03 UTC
Read the original article
Hit count: 219
workflow-foundation
|.net-3.5
I need to write a workflow that monitors the status of a sql server column/field and does work to some other tables once the column has changed to "Close". (It could wait for days or hours) My application is written in c# .net 3.5.
I've done some really simple "hello world" type of apps with windows workflow foundation 3.5 but have not yet grasped how to do go about implementing something like this.
Any help with code or articles on this would be extremely useful.
Thanks in advance.
© Stack Overflow or respective owner