Author |
Message
|
vijpan |
Posted: Tue Jul 18, 2006 12:00 pm Post subject: Dynamic Staff Assignment From Container |
|
|
Novice
Joined: 14 Feb 2005 Posts: 22
|
Hi,
I am very new to MQ workflow, i have a design question.
a) We have around 1000 users ---
b) Logic for assigning a work item has to be dynamic - as the assignment conditions/criterias a re very comples and we cant have static assignment
c) We can use a dynamic staff assignment from a container.
d) We have a 3 tier set up for mq workflow server - where app server is on another box than mq workflow server
e) I would like to have the staff asignment program to run on the mq workflow box, i dont want to run this program in the app server and then pass the user name as the container in value
f) Is there a way that a program may be invoked through UPES, which returns the data structure - one of the member is the userid/username and then is used for the dynamic assigment ?
Any inputs will be helpful.
Thanks
Vijay |
|
Back to top |
|
 |
koko |
Posted: Wed Jul 19, 2006 8:07 am Post subject: |
|
|
 Master
Joined: 26 Sep 2003 Posts: 206
|
You can have a UPES running on the workflow box. You need to model your workflow to have an extra step before the step where the real workitem needs to get created. You can have this extra step as an UPES where u drop your datastructure in a q, UPES will get the info, do its logic and then populate a valid user id field back to workflow. Workflow can create a workitem for this user id when it hits the actual step.
I dont think WAS and WF being on different boxes qualifies as a 3-tier architecture. In my opinion WF and Database being on different boxes is a 3 tier set up. But this is is not relavent to your problem here. _________________ Thanks
Koko |
|
Back to top |
|
 |
vijpan |
Posted: Wed Jul 19, 2006 8:23 am Post subject: |
|
|
Novice
Joined: 14 Feb 2005 Posts: 22
|
Thanks koko for the reply. yep we do have the runtime DB on a seperate box than mq workflow server. |
|
Back to top |
|
 |
vennela |
Posted: Wed Jul 19, 2006 8:36 am Post subject: Re: Dynamic Staff Assignment From Container |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
vijpan wrote: |
e) I would like to have the staff asignment program to run on the mq workflow box, i dont want to run this program in the app server and then pass the user name as the container in value
|
Why not? |
|
Back to top |
|
 |
vijpan |
Posted: Thu Jul 20, 2006 8:14 am Post subject: |
|
|
Novice
Joined: 14 Feb 2005 Posts: 22
|
our app server is really loaded and the algorithm to select the user is quite complex..so thought of moving this to the workflow server |
|
Back to top |
|
 |
|