Posted: Tue Jan 10, 2006 3:13 am Post subject: Doubts on UPES concepts.
Apprentice
Joined: 04 Jan 2006 Posts: 26
I have a number of doubts relating to UPES.
1. In the sample application(firstSteps) the following program name had the following properties:
a) Program name: com_acme_test_Test_firstSteps
b) Path name: NeverInvoked.exe
c)Command Line arg:c=com.acme.test.Test||m=firstSteps||p=com.ibm.workflow.schema.java.firstStepsRequest||r=com.ibm.workflow.schema.java.StringResponse
d) Environment : I = N
what does the command line arg do? What does the Environment signify?
2. When the UPES gets an XML message, how to invoke the program specified?
Posted: Tue Jan 10, 2006 7:59 am Post subject: Re: Doubts on UPES concepts.
Partisan
Joined: 12 Mar 2005 Posts: 333
mqseries123 wrote:
2. When the UPES gets an XML message, how to invoke the program specified?
UPES is nothing but another workitem in workflow process but it is automatic.
Now when you define a program for the workitem(action button in the process), you mention the specific information about the queue, i/o structures and platform and etc...
when the work item executed, it looks for the program info and if it is UPES, a XML message genarated by workflow will be placed in the queue specified in the program properties.
hope this is clear for you. the example you are following to learn UPES is a complex one. try to download the Webclient example where you have a simple UPES to get start with. you can also follow one pdf provided by IBM with lots of examples, where you also find UPES.
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