Author |
Message
|
mqwhelp |
Posted: Thu Feb 07, 2002 9:31 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
Hi ,
I want to set some value in output container and then want to read input container of same activity.Will I can see the set values ..
How to achieve the above metioned problem...?
What is the use of data loop connector.Can I solve the above question using data loop connector..?If yes ,how??
Next question
Can I write into input container of an activity? and update the values in output container..of same activity
[ This Message was edited by: mqwhelp on 2002-02-07 09:32 ]
[ This Message was edited by: mqwhelp on 2002-02-07 09:34 ] |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 07, 2002 11:38 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I do not understand what you are saying.
You can read the input container at any time.
You can write to the output container at any time.
Why do you want to write to the output container, and read back in? Are you talking about the activity starting again?
|
|
Back to top |
|
 |
mqwhelp |
Posted: Thu Feb 07, 2002 11:47 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
Thanxs John.
I want to do the following
I have one process and an activity in it.
Now I want to keep track of workitem history ie to whom it is transfer from/to and when it is transferred to/from till it is completed.
That is work item can be transferred to users A=>B then B=>C and C=>B
I want to show the user the history of workitem till my workitem exists.
How can I achive this..?
Also,Could you please tell me about data loop connector..
Waiting for your valueable reply. |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 07, 2002 12:31 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
It is not possible to transfer a workitem while it is in a running state. I am still not sure what you are doing.
The data loop connector will map data from output container to input container of the same activity, and is only useful in situations where the activity which uses the connector fails its exit condition
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqwhelp |
Posted: Thu Feb 07, 2002 1:08 pm Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
Thanxs John..
What I want to do is..
1. An activity is created for userid "A"
2. Now Admin founds that activity is still in ready state after query WI of "A"
3.Now ADMIN transfer the activity to user "B"
The above scenario can be for N number of times till WI is in ready state.
Now ADMIN wants to query the whole history of the activity that is ..
For whom the worktem was created and to whom it was being transferred and when
Waiting for reply. |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 07, 2002 1:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The only way you can get the information you are looking for would be thru an examination of the Audit trail in the Audit Database.
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
mqwhelp |
Posted: Fri Feb 08, 2002 8:05 am Post subject: |
|
|
Voyager
Joined: 20 Dec 2001 Posts: 85 Location: TCS
|
But you said that one should not use runtime database directly
[ This Message was edited by: mqwhelp on 2002-02-08 08:05 ] |
|
Back to top |
|
 |
jmac |
Posted: Fri Feb 08, 2002 9:18 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The only table in the runtime database which is documented for use by us is the Audit Table. If you touch any other table you will probably not be supported, but you can access the Audit table. You should realize that this will affect your perfomance. Also, you can have audit data piped to an MQ Queue which would probably have less of an affect on performance.
GOOD LUCK
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
|