Author |
Message
|
Patilhemanth |
Posted: Fri Jan 07, 2005 9:34 pm Post subject: Add new member in Global data container and use it in filter |
|
|
Newbie
Joined: 23 Dec 2004 Posts: 3 Location: Mumbai
|
Hi,
we had a process in which we used global conainer and there are some workitem are already created in runtime. They are in ready state.
I added a new member(say last name) in the global container and now I have changed filter query to get workitem with last name.
Is this query return all the old and new workitems matching with given criteria?
 _________________ Hem |
|
Back to top |
|
 |
jmac |
Posted: Sat Jan 08, 2005 5:24 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Only newly created work items will have this memeber in the Global container. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Patilhemanth |
Posted: Mon Jan 10, 2005 7:04 am Post subject: |
|
|
Newbie
Joined: 23 Dec 2004 Posts: 3 Location: Mumbai
|
Thanks, John....
To retrieve old process, I used null check in the filter string  _________________ Hem |
|
Back to top |
|
 |
sac |
Posted: Mon Jan 10, 2005 8:02 am Post subject: |
|
|
Apprentice
Joined: 10 Feb 2003 Posts: 44
|
Hi Hemanth,
I just have theoritical knowledge of Global Container, but never used it. I am having WF v3.4 on Windows XP. All on one machine.
I created one process using global container, but when i go to WF Runtime client, i am not able see any option to use Global container as filter criteria.
Please let me know how to use it.
-Thanks |
|
Back to top |
|
 |
jmac |
Posted: Mon Jan 10, 2005 8:06 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Have a look at the Programming manual. There is no help with either of the IBM supplied clients to do this filter. It is, however, documented in the programming guide. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sac |
Posted: Mon Jan 10, 2005 8:40 am Post subject: |
|
|
Apprentice
Joined: 10 Feb 2003 Posts: 44
|
Hi John,
I read the Programming manual. But what i understood from it is that when we are accessing WF using WF API, thats when we can specify the global container in the query that returns process instance from WF RT DB.
Please correct me.
-Thanks |
|
Back to top |
|
 |
jmac |
Posted: Mon Jan 10, 2005 10:21 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You are exactly correct... you can do a query with the proper filter to retrieve workitems and instances based on contents of a particular member in the GDC. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sac |
Posted: Mon Jan 10, 2005 8:16 pm Post subject: |
|
|
Apprentice
Joined: 10 Feb 2003 Posts: 44
|
|
Back to top |
|
 |
|