|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
WebClient issue |
« View previous topic :: View next topic » |
Author |
Message
|
leongor |
Posted: Tue Nov 05, 2002 8:13 am Post subject: WebClient issue |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Hi,
I have the following issue :
After manual activity "Choice" there are parallel activities ( A,B,C ).
To each one there is a transition condition _RC=1, _RC=2, _RC=3 accordingly.
"Choice" will be accessed from WebClient.
Web user will choose the option to continue ( 1,2,3 ) from combo box.
How it can be implemented dynamically in WebClient code without need to change
if number of parallel activities grows with the time ( transition conditions accordingly).
In other words, if next version of process will have 5 parallel activities,
then web user automatically will see 5 options to choose in WebClient.
I would like to have your suggestions about this. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
jmac |
Posted: Tue Nov 05, 2002 8:17 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You can always have a container member that indicates the number of parallel paths... But no matter what you are going to have to change the model to add the additional paths. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
leongor |
Posted: Tue Nov 05, 2002 11:51 pm Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Thanks for reply.
I gave very schematic sample of what I need, but suppose every condition is different ( like data="go", data="exit" and etc. )
then it starts to be more complicated.
Is there some way to get the real conditions with APIs ? _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
jmac |
Posted: Wed Nov 06, 2002 6:01 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
If I am interpreting you correctly, you want to be able to access the Transition Conditions for the subsequent activities via the API. This is most definitely possible, I have written tools that do this, but I am not certain you would want to do this, since it might have an adverse affect on performance.
Basically, you get the ActivityInstances for the instance (from the InstanceMonitor) then the ControlInstances (also from the InstanceMonitor) then you need to scan for the subsequent activities and find their corresponding entries in their ControlInstance object. Once you have the ControlInstance object you can access its transition condition.
GOOD LUCK _________________ John McDonald
RETIRED |
|
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
|
|
|
|