|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQWF Buildtime Design |
« View previous topic :: View next topic » |
Author |
Message
|
mike_mq |
Posted: Tue Nov 04, 2003 2:49 pm Post subject: MQWF Buildtime Design |
|
|
Centurion
Joined: 17 Oct 2003 Posts: 123
|
Hello,
I am building a process model in MQWF Buildtime. I have a request coming in one of the noop activity. The request datastructure containing two attributes (amount, type). Based on these values, the next activity will be assigned to the specific role.
I have three different amounts(100, 200, 300)
two different types(A, B)
two different roles(Clerk, Manager).
The business rules are:
if amount<100 AND type=A, the next activity should be assigned to Clerk
if 100<amount<200 AND type=A, the next activity should be assigned to Manager.
I would appreciate if anybody can help me out to design this model.
What I am doing is:
Request Noop activity is connected to two noops(based on type A&B, COntrol connector) So I resolved the type and now I have three different noops for three different amounts using control connectors. But using this, I was not able to figure out the next assigned activity. How can I involve assigned role for the next activity?
Thanks in advance,
Mike.
OS: WindowsNT
Version: MQWF 3.4 |
|
Back to top |
|
 |
Ratan |
Posted: Tue Nov 04, 2003 5:24 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I would have an activity that would output the role name depending on the Input and have the Staff resolution for the activity in question to "Role from container".
You could also use your approach.
Have a Noop activity.
Have 2 activities (A1 and A2, both using the same program) one assigned to role XX and another assigned to role YY.
From Noop Activity have control connectors to both these activities, with whatever transition conditions you need.
( I dont like this approach, but it should work). _________________ -Ratan |
|
Back to top |
|
 |
mike_mq |
Posted: Tue Nov 04, 2003 6:45 pm Post subject: |
|
|
Centurion
Joined: 17 Oct 2003 Posts: 123
|
Thanks Ratan. I will try this way. |
|
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
|
|
|
|