How to - timer in K2 to poll a db for a specific response

  • 2 October 2006
  • 2 replies
  • 0 views

Badge +11
Personally, I don't like polling but if you MUST use it, you should be able to achieve it through a repeating Escalation. Please refer to the Help file for sample code.

HTH,
Ockert

2 replies

Badge +1
within a process, i would like to poll a database for a specifc response every 5 minutes until the criteria appears int the db. Can i use a timer within K2 to do this. Is there a better way? Please provide C# sample if it is possible..

Thanks in advance.
Badge +13
You might want to look into this.

http://www.code-magazine.com/Article.aspx?quickid=0605061

Reply