|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
"All People" Radio Button in Buildtime |
« View previous topic :: View next topic » |
Author |
Message
|
praveenchhangani |
Posted: Fri Nov 07, 2003 2:46 pm Post subject: "All People" Radio Button in Buildtime |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 192 Location: Chicago, IL
|
Hi all,
I was just curious about this and thought I'd throw it out there for any potential ideas perhaps..
In Buildtime, under when looking at the properties of a program activity and on the "Staff1" tab, you will notice that there are several radio buttons (All People, Staff from predefined members, Dynamic assignment from page 2, Coordinator of the role ...etc).
I am aware that by selecting "All People," the workitem is created for everyone that is defined in the workflow runtime system, which by the way if I may add is NOT a good idea at all for reasons in conjunction with performance and throughput.
Anway, My question is, is there a way to detect that in the FDL? In other words is there a keyword or so I can check for to make sure that, the radio button is NOT selected unless required?
Please let me know if you have any ideas..  _________________ Praveen K. Chhangani,
IBM Certified Solutions Designer -
MQ Workflow 3.4. |
|
Back to top |
|
 |
jmac |
Posted: Fri Nov 07, 2003 2:55 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Praveen:
If I understand your question correctly, you simply have to parse the FDL prior to import. It would be nice if there were an "FDL validation Exit" but there is not, so the only way to do this would be to remove access to fmcibie, give access to your command which would check for the unwanted tag or tags, then if the FDL is accepted invoke fmcibie. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
praveenchhangani |
Posted: Fri Nov 07, 2003 3:13 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 192 Location: Chicago, IL
|
Thanks John:
Essentially what I wasn't sure of was whether or not when in Buildtime, and the "All People" option is selected, is there corresponding source code(FDL) generated for that.
If we know that a corresponding line of FDL is generated for that, then I can simply look for that during the scanning process. However, if there isn't an FDL keyword generated for that, then that's a different case. Thanks. _________________ Praveen K. Chhangani,
IBM Certified Solutions Designer -
MQ Workflow 3.4. |
|
Back to top |
|
 |
jmac |
Posted: Fri Nov 07, 2003 3:20 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Praveen:
The FDL tag is:
AUTHORIZED_FOR WORKITEMS_OF ALL _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
praveenchhangani |
Posted: Mon Nov 10, 2003 9:24 am Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 192 Location: Chicago, IL
|
Great.... Thanks John. _________________ Praveen K. Chhangani,
IBM Certified Solutions Designer -
MQ Workflow 3.4. |
|
Back to top |
|
 |
Ratan |
Posted: Mon Nov 10, 2003 10:06 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
FYI, The only way to interact with runtime is through FDL. So If you do anything in Buildtime, there is going to be a corresponding statement in FDL. _________________ -Ratan |
|
Back to top |
|
 |
Charles |
Posted: Thu Nov 13, 2003 12:59 pm Post subject: |
|
|
Newbie
Joined: 11 Nov 2003 Posts: 2
|
AUTHORIZED_FOR WORKITEMS_OF ALL is only for Person FDL, not process model FDL. |
|
Back to top |
|
 |
praveenchhangani |
Posted: Mon Nov 17, 2003 12:54 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 192 Location: Chicago, IL
|
Charles:
This is only with regard to User FDL, as it would enhance User FDL checks during the scanning process, prior to the import process. Since we have segregated imports of users and process model Fdl's, this would not affect the process model FDL, unless ofcourse the process model fdl contains the user definitions within it. _________________ Praveen K. Chhangani,
IBM Certified Solutions Designer -
MQ Workflow 3.4. |
|
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
|
|
|
|