Author |
Message
|
team |
Posted: Wed Nov 22, 2006 6:52 am Post subject: TimeOutControl/Notification Node |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Hi,
I need to trigger a message flow at some predetermined time intervals. I've heard about the timer node in WMB. Please could someone tell me more. Also, are there any disadvantages using this?
Is there any other way of achieving this.
Thanks,
team |
|
Back to top |
|
 |
wschutz |
Posted: Wed Nov 22, 2006 6:59 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 22, 2006 7:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 22, 2006 7:03 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Vitor wrote: |
written by a wise man on this subject. |
And quicker than you by half a minute or so.
But his wisdom is only in proportion to his proximity to beer. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 22, 2006 7:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wschutz wrote: |
(ahh...post 3000 ... catching up to Jeff) |
But his lead is impressive...
Wise Man V Grand Poobah - you could sell tickets!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 22, 2006 7:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
And quicker than you by half a minute or so.
|
Him and every other man in the world. Especially regarding women in bars.
jefflowrey wrote: |
But his wisdom is only in proportion to his proximity to beer. |
This may be applicable in the other circumstance as well. I'm just not drinking enough...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 22, 2006 7:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
team |
Posted: Thu Nov 23, 2006 2:29 am Post subject: Timer - Node |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 108
|
Hi,
I need to take the details of the timing from a DB.
For example,
If the timing if time_trigger field of a table is 't'-mins, then a particular flow-X shud get triggered. Similarly if the time_trigger value is 't1'-mins, then another flow Y shud get triggered.
How can this be achieved using the timer node.
Thanks in advance,
Team |
|
Back to top |
|
 |
wschutz |
Posted: Thu Nov 23, 2006 2:52 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
In both cases, you need to compute the actual time (and maybe date) you want the flow to run and send a control message to a TimeoutControl (TC) node.
The DW papers and the Infocenter give the details about constructing the control message and how to send it to a TC node.
The flow is started by a TimeoutNotificiation (TN) node, which is associated with a TC node. If you want to start "different" flows, then you would have different TN nodes, which are controlled by separate TC nodes .... _________________ -wayne |
|
Back to top |
|
 |
|