|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Time Notification on part of a process |
« View previous topic :: View next topic » |
Author |
Message
|
mike7 |
Posted: Fri Apr 11, 2003 6:19 am Post subject: Time Notification on part of a process |
|
|
 Novice
Joined: 15 Feb 2003 Posts: 14
|
Hello,
I have a process let us say P1 composed of a serials of activities :
A1->A2->A3->A4->A5->A6->A7
I would like to have a time notification when the group of activities composed of (A3, A4, A5, A6, A7) expires a certain delay. (the activities A1 and A2 are not included in the delay).
In MQWF BT, to do that notification on the delay of (A3, A4, A5, A6, A7), I implemented a subprocess (let us call it P2) containing (A3, A4, A5, A6, A7). Then, I put the infos in the notification tab of P2.
So, at the end, to implement the delay notification on part of the main process P1, I have the following process :
A1->A2->P2
Is is the right manner to implement a time notification on part of a process like in this example ?
i.e do I have to create a subprocess P2 in the main process P1 to show the activities concerned by the delay .. or is there another (and better) way ?
THANKS FOR YOUR ANSWERS !!! |
|
Back to top |
|
 |
jmac |
Posted: Fri Apr 11, 2003 7:25 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Mike:
I think that your solution is probably the only one that will allow you to receive notification of a subset of activities.
The only thing you should be aware of is that it is expensive to instantiate the subprocess. It costs 3.9BWUs in addition to the 1 BWU assigned for the Process activity. So there is an increased load on the engine. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|