Author |
Message |
Topic: Is Order of UPES XML Tags Important? |
IowaWorkflow
Replies: 1 Views: 1268
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Mar 24, 2004 6:17 am Subject: Is Order of UPES XML Tags Important? |
We are testing a scenario where an activity makes a call to our UPES to run a java plugin. The plugin contains logic to look at the incoming XML, and if certain tags that are needed in the output XML ... |
Topic: Missing Data Container XML Tags in UPES Plugins |
IowaWorkflow
Replies: 1 Views: 1585
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 11, 2004 11:36 am Subject: Missing Data Container XML Tags in UPES Plugins |
We have encountered a situation where some of our Workflow data container members are not showing up in the input XML to our plugins (a plugin is a Java program that is fed data container XML by our U ... |
Topic: Auto-suspend a Process Instance? |
IowaWorkflow
Replies: 4 Views: 2753
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 09, 2004 11:35 am Subject: Re: Auto-suspend a Process Instance? |
The key is that we must ensure that Activity2 is in a ready state before the process instance is suspended. If we add an auto-activity to suspend the process before Activity2, then the process will b ... |
Topic: Auto-suspend a Process Instance? |
IowaWorkflow
Replies: 4 Views: 2753
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 09, 2004 9:25 am Subject: Auto-suspend a Process Instance? |
We have a scenario where we would like for a process to automatically go to a suspended state when a certain activity in the process model goes to a ready state. For example, suppose TEST PROCESS con ... |
Topic: Execution Service/119 Error During Activity Start |
IowaWorkflow
Replies: 7 Views: 4736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 16, 2004 12:15 pm Subject: Execution Service/119 Error During Activity Start |
yes... I think it is Virtual user... You should make sure that the code is properly checking the ReturnCode from the Transfer prior to issuing the Start (or Checkout).
The Workflow Desktop Client i ... |
Topic: Execution Service/119 Error During Activity Start |
IowaWorkflow
Replies: 7 Views: 4736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 16, 2004 8:18 am Subject: Execution Service/119 Error During Activity Start |
How Many workitems exist for the activity that is causing the question? Only 1 whcih you transfer prior to starting (A virtual user scenario), or 1 per user.
The problem occurs when two users try ... |
Topic: Execution Service/119 Error During Activity Start |
IowaWorkflow
Replies: 7 Views: 4736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 13, 2004 7:12 am Subject: Execution Service/119 Error During Activity Start |
1. Can yo ureliably reproduce this?
Yes, we are able to reliably reproduce this problem.
2. Can the User getting the 119 run the workitem in a situation where it another user is not concurrently ... |
Topic: Execution Service/119 Error During Activity Start |
IowaWorkflow
Replies: 7 Views: 4736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 12, 2004 1:05 pm Subject: Execution Service/119 Error During Activity Start |
We are running Workflow v3.4 with a custom VB thick client. The client runs on Windows 2000, and the server on AIX. When two users simultaneously start the same activity at the exact same time, we a ... |