|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Dynamic worklist creation |
« View previous topic :: View next topic » |
Author |
Message
|
belka |
Posted: Wed Jun 16, 2004 8:24 am Post subject: Dynamic worklist creation |
|
|
 Novice
Joined: 16 Jun 2004 Posts: 17
|
I am noticing a strange behavior in our test environment for 1 user
user 4550 is created as following
PERSON '4550'
DESCRIPTION 'Mobile, AL'
PASSWORD %66C026210736C8461954A9E771AE07B8
GROUP 'FMCGRP'
SYSTEM 'FMCSYS'
LEVEL 0
AUTHORIZED_FOR STAFF
AUTHORIZED_FOR PROCESS_CATEGORY ALL
IS_NOT_ABSENT
DO NOT RESET_ABSENT
END '4550'
user '4551' is created as
PERSON '4551'
DESCRIPTION 'Foley, AL'
PASSWORD %F308024F5E2E0A7457BF4BB636C4BC47
GROUP 'FMCGRP'
SYSTEM 'FMCSYS'
LEVEL 0
AUTHORIZED_FOR STAFF
AUTHORIZED_FOR PROCESS_CATEGORY ALL
IS_NOT_ABSENT
DO NOT RESET_ABSENT
END '4551'
when i login as 4550, a dynamic worklist is created called OWNER_4550
but with 4551 i get process templates list. same for the rest of the users.
i have no persistent worklists defined.
can somebody tell me what causes the dynamic worklist creation, because i would like that behavior for the rest of the users.
thanks
ps. i exported the staffing model from test to development and can't replicate the behavior. _________________ -belka |
|
Back to top |
|
 |
jmac |
Posted: Wed Jun 16, 2004 8:49 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Belka:
I would examine your code...
How is this dynamic worklist being created? MQWF does no such thing, so you must be creating it. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
manoj |
Posted: Wed Jun 16, 2004 9:32 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Belka,
Are you sure that OWNER_4550 is not a private worklist.. _________________ -manoj |
|
Back to top |
|
 |
belka |
Posted: Wed Jun 16, 2004 10:41 am Post subject: |
|
|
 Novice
Joined: 16 Jun 2004 Posts: 17
|
Thanks, guys.
somebody must've created it, then. i deleted the list, and now 4550 behaves like the rest of the users
should've done that right away, but i really wanted a dynamic worklist.
runtime's public_work_list table also had it listed. _________________ -belka |
|
Back to top |
|
 |
manoj |
Posted: Wed Jun 16, 2004 10:53 am Post subject: |
|
|
 Master
Joined: 30 Jan 2002 Posts: 237 Location: Virgina
|
Belka,
Instead of creating a worklist you can issue query using
ExceutionService.queryWorkItems(.., filter, sort) . This is dynamic because every time you are querying to get a worklist for that user with or without a filter criteria.. To be prcise no worklist is created or stored by MQ Workflow because it's just collection of workitems returned by an SQL query.. May be this is what you are looking for... _________________ -manoj |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|