Author |
Message |
Topic: invoking application program(java) by UPES |
David
Replies: 8 Views: 3970
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 13, 2005 10:03 pm Subject: invoking application program(java) by UPES |
I'm not sure I fully understand your solution. I would suggest the best way to implement a UPES is to create one thread which listens to the inbound queue. When a message arrives the message is remo ... |
Topic: modelling question |
David
Replies: 11 Views: 6007
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 04, 2005 9:44 pm Subject: modelling question |
As Workflow doesn't allow a control connector from the start of a block or process, the easiest way is to use an empty activity. Then use a control connector from that to either go to A then B, or B ... |
Topic: High Volumn Activites? |
David
Replies: 3 Views: 2473
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 28, 2005 5:00 pm Subject: High Volumn Activites? |
I was asked a hypothetical question. I'd be interested to hear what other solutions people have used?
The question is regarding high volume processes or activities which involve user interaction, a ... |
Topic: Set out container without checkIn ??? |
David
Replies: 8 Views: 4952
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 21, 2005 2:19 pm Subject: Set out container without checkIn ??? |
If I understand what you're trying to do, then another way is to set an exit condition on the activity. So in that case a checkIn is performed and the activity is completed a first time. As the exit ... |
Topic: Scalability features of the Web Client? |
David
Replies: 1 Views: 1273
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 14, 2005 7:29 pm Subject: Scalability features of the Web Client? |
We are currently investigating developing a web based client using .Net technologies. One topic that has come up is the question of scalability (ie how many users will the web server be able to handl ... |
Topic: Force finish UPES background activity? |
David
Replies: 3 Views: 2219
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 14, 2005 7:20 pm Subject: Force finish UPES background activity? |
When an activity is created which uses a UPES and the activity is setup to START AUTOMATIC, EXIT AUTOMATIC and run UNATTENDED no work item is created. If a program isn't available to actually process ... |
Topic: Where do I find FmcXML-Server.xsd? |
David
Replies: 2 Views: 1969
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 10, 2005 2:32 pm Subject: Where do I find FmcXML-Server.xsd? |
Thanks for answering what turns out to be such a silly question.
I found them. I'm sure they weren't there yesterday.
David. |
Topic: Where do I find FmcXML-Server.xsd? |
David
Replies: 2 Views: 1969
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 09, 2005 3:55 pm Subject: Where do I find FmcXML-Server.xsd? |
The subject pretty much says it all. We have MQ Workflow 3.5 installed. Under Chapter 31 of the programming manual in the section "The MQ Workflow XML message format" it states that "MQ Workflow prov ... |
Topic: .Net wrapped APIs for Workflow? |
David
Replies: 4 Views: 3188
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 07, 2005 3:24 pm Subject: .Net wrapped APIs for Workflow? |
Is there an available C# .Net interface to the MQWF APIs? Is there any development being done to fill this gap? When can it be expected?
It isn't too difficult to create wrappers around the C or ... |