ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » WebClient issue

Post new topic  Reply to topic
 WebClient issue « View previous topic :: View next topic » 
Author Message
leongor
PostPosted: Tue Nov 05, 2002 8:13 am    Post subject: WebClient issue Reply with quote

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
View user's profile Send private message
jmac
PostPosted: Tue Nov 05, 2002 8:17 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
leongor
PostPosted: Tue Nov 05, 2002 11:51 pm    Post subject: Reply with quote

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
View user's profile Send private message
jmac
PostPosted: Wed Nov 06, 2002 6:01 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » WebClient issue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.