Author |
Message
|
leongor |
Posted: Tue Mar 30, 2004 8:58 am Post subject: Mapping staff |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Is there a way for an activity that use dynamic staff resolution to map the resolved user to the next activity ?
For example :
After a dynamic staff resolution user A was assigned to an activity.
Now I want to put this user to some field in the input container of the next activity. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
vennela |
Posted: Tue Mar 30, 2004 9:25 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Use Starter of activity from staff1 page.
(For an example look at the CreditRequest sample's AssessRist activity) |
|
Back to top |
|
 |
CHF |
Posted: Tue Mar 30, 2004 10:27 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Vennela,
Quote: |
Use Starter of activity from staff1 page. |
I know that you could start the next activity using Starter of activity ...... But how to assign this Value A to one of the fields in input container of next activity? If I am saying anything wrong please correct me.
Thanks
CHF  |
|
Back to top |
|
 |
Ratan |
Posted: Tue Mar 30, 2004 10:31 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
The only way to have the Users assigned to Activity A to be mapped to Activity B is by having an output data member of Activity A hold these values and map them to Activity B.
If you want your Activity B to be assigned to the same user as Activity A you can use the 'Starter of Activity' . _________________ -Ratan |
|
Back to top |
|
 |
CHF |
Posted: Tue Mar 30, 2004 10:35 am Post subject: |
|
|
 Master
Joined: 16 Dec 2003 Posts: 297
|
Thanks Ratan,
You are right. I thought it in the same way. |
|
Back to top |
|
 |
giladg |
Posted: Tue Mar 30, 2004 10:59 am Post subject: How will an output data member contain stuff |
|
|
Newbie
Joined: 30 Mar 2004 Posts: 2
|
How do I map stuff (names in 'On the Worklist of') into output container? |
|
Back to top |
|
 |
sshaker |
Posted: Tue Mar 30, 2004 11:52 am Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
use an external application to do the mapping ! _________________ shaker |
|
Back to top |
|
 |
giladg |
Posted: Tue Mar 30, 2004 12:24 pm Post subject: Where will the external application take the stuff from? |
|
|
Newbie
Joined: 30 Mar 2004 Posts: 2
|
Do you mean invoke MQ-Workflow API to get the names? |
|
Back to top |
|
 |
jmac |
Posted: Tue Mar 30, 2004 1:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I dont think there is any other way to do this; You will have to use the API to get the assigned staff, since each workitem will not know about the other staff that is assigned to the same activity. You will need to get the ActivityInstance object. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
leongor |
Posted: Wed Mar 31, 2004 10:02 pm Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Thanks everybody. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
|