Author |
Message
|
wfadmin |
Posted: Mon Jun 21, 2004 11:26 am Post subject: [SOLVED]global container |
|
|
Novice
Joined: 05 May 2004 Posts: 10
|
I am a newbie to workflow, and have been trying to understand what the global container is in workflow. It is safe to say that it is a container or somesort where data can be written to but not deleted once written. Can someone explain to me why then do we not use global containers all the time instead of input and output containers? are there any problems with using it that way?
thanks in advance...
John |
|
Back to top |
|
 |
jmac |
Posted: Mon Jun 21, 2004 11:59 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
John wrote: |
Can someone explain to me why then do we not use global containers all the time instead of input and output containers? |
An activity does not have easy access to the contents of the Global Container. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
manoj |
Posted: Tue Jun 22, 2004 10:53 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
John,
The way i see global container is
1. as a "Look Up Table" --> You can search for process/workitem using the global container data which is your custoim data..
2. For reporting purpose
If anybody think that there are more uses ..please post
thanks _________________ -manoj |
|
Back to top |
|
 |
jmac |
Posted: Tue Jun 22, 2004 4:44 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
manoj:
Agreed... best use is to help out on some queries where we can use the GDC and also if you need to get container data into the audit trail. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
wfadmin |
Posted: Wed Jun 23, 2004 8:37 am Post subject: |
|
|
Novice
Joined: 05 May 2004 Posts: 10
|
thanks pple. so then what is a "blob". is this the container that contains the gdc data ?
john |
|
Back to top |
|
 |
manoj |
Posted: Wed Jun 23, 2004 10:39 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
If i am not wrong GDC data is stored in tables with the data type u chosen to define the GDC container......each GDC container element will have a matching table column...
What i guess from your post is you might have seen the Audit trial tables and the GDC data there is represented by "blob (Binary large objects)" column.......For Audit trial purpose the GDC data (say one set of data corresponding to a activity ) is dumped into the "blob" field. _________________ -manoj |
|
Back to top |
|
 |
wfadmin |
Posted: Thu Jul 01, 2004 10:04 am Post subject: |
|
|
Novice
Joined: 05 May 2004 Posts: 10
|
|
Back to top |
|
 |
|