Author |
Message |
Topic: PEA |
smallsunw
Replies: 10 Views: 4862
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 25, 2004 6:36 am Subject: PEA |
An answer to your initial question can be found in Web Client documentation: 'Executing activities with the Web client'
Where can I find this documentation? Thanks. |
Topic: PEA |
smallsunw
Replies: 10 Views: 4862
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 23, 2004 10:16 am Subject: PEA |
The key difference is with a PEA you can issue a start() method to run an activity
PEA is used in Fat client scenarios for Human attended activities.
For the Human attended activities, do you m ... |
Topic: Is UPEA necessary to exeucte program? |
smallsunw
Replies: 10 Views: 3708
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 23, 2004 9:15 am Subject: Is UPEA necessary to exeucte program? |
I don't understand, so why do we bother to write a UPES to exeucte program? Can you explain in more details? Thanks. |
Topic: PEA |
smallsunw
Replies: 10 Views: 4862
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 23, 2004 9:12 am Subject: PEA |
The key difference is with a PEA you can issue a start() method to run an activity, without one you must use checkout()/checkin().
if checkout/checkin is not needed, how do I know the task is alrea ... |
Topic: Is UPEA necessary to exeucte program? |
smallsunw
Replies: 10 Views: 3708
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 23, 2004 9:07 am Subject: Is UPEA necessary to exeucte program? |
There is no reason that you have to use a UPES to do this.
If using jsp alone can insert data, so why do we need a UPES? Why do need PEA? |
Topic: PEA |
smallsunw
Replies: 10 Views: 4862
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 23, 2004 8:49 am Subject: PEA |
PEA is used in Fat client scenarios for Human attended activities.
I have looked at the examples of the MQ Workflow, I found an example in which the PEA is started by the servlet, my questions are: ... |
Topic: PEA |
smallsunw
Replies: 10 Views: 4862
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Feb 22, 2004 8:21 pm Subject: PEA |
Hi,
Does anyone know what is the difference between using PEA(program execution agent) and UPES to invoke program? Which one is better? Does anyone have examples on using PEA to invoke program?
... |
Topic: JAVA UPES |
smallsunw
Replies: 8 Views: 4493
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sat Feb 21, 2004 1:12 am Subject: Java UPES |
I don't understand what is the difference between writing my own Java UPES and using the UPES in buildtime? And if I use a a Java UPES how does the UPES know the program to be executed is a java progr ... |