Author |
Message |
Topic: Sorting Workitems based on Process instance Start Date/Time |
ryro
Replies: 4 Views: 7223
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 23, 2006 4:52 am Subject: Sorting Workitems based on Process instance Start Date/Time |
Yes I did it by adding it as a string in the format YYYY-MM-DD HH:MM:SS
The filter will not sort by the container element if it is not a string. |
Topic: Sorting Workitems based on Process instance Start Date/Time |
ryro
Replies: 4 Views: 7223
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 23, 2006 3:07 am Subject: Sorting Workitems based on Process instance Start Date/Time |
Unfortunately, the only way I found to rectify this problem was to add another container element storing the timestamp when a new process instance is started (I then sorted the workitems accordingly b ... |
Topic: isLoggedOn always return true |
ryro
Replies: 2 Views: 3009
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 31, 2006 10:54 pm Subject: isLoggedOn always return true |
Check that the userId is correct, to log in with. Depending on what you want to do with the service, will determine what user needs to be logged on.
(are you doing an admin call, with a normal user ... |
Topic: Workflow Session Management - Best way |
ryro
Replies: 8 Views: 8473
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Aug 27, 2006 10:19 pm Subject: Workflow Session Management - Best way |
...did you maintain the pool of the AUTO user along with its sessionID and then created the ExecutionService object as and when needed...
Yes |
Topic: Workflow Session Management - Best way |
ryro
Replies: 8 Views: 8473
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Aug 16, 2006 4:14 am Subject: Workflow Session Management - Best way |
did you maintain this pool for some kind of default user
Yes. Logged on with an AUTO user. The sessions are only used when activity is requested, else it is idle. If it occured that there are not e ... |
Topic: Workflow Session Management - Best way |
ryro
Replies: 8 Views: 8473
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Aug 11, 2006 12:07 am Subject: Workflow Session Management - Best way |
Having dealt with this problem already in a similar system (similar load on a 3-tier), login/logoff with accompanying checkIn/checkOut requests can definitely affect performance negatively (and someti ... |
Topic: Question on Process Server |
ryro
Replies: 16 Views: 10468
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jul 05, 2006 2:36 am Subject: Question on Process Server |
The import function is not something I will be using when moving from MQWF to WPS. It is my personal opinion that the move is NOT a conversion... it is a rewrite.
Also refering to my post earlier i ... |
Topic: FDL 2 BPEL Conversion error |
ryro
Replies: 7 Views: 6290
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 13, 2006 3:19 am Subject: FDL 2 BPEL Conversion error |
...create a sample flow with one work item and one Datastructure and import.
In the same org file, I have two independant processes that use the same domain information, data structures etc.
I manag ... |
Topic: FDL 2 BPEL Conversion error |
ryro
Replies: 7 Views: 6290
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 08, 2006 8:58 pm Subject: FDL 2 BPEL Conversion error |
Open the file and search for null
Unfortunately, already attempted, numerous times in fact... before requesting help.
I have tediously gone through the whole fdl, and there doesn't seem to be any ... |
Topic: FDL 2 BPEL Conversion error |
ryro
Replies: 7 Views: 6290
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jun 08, 2006 3:14 am Subject: FDL 2 BPEL Conversion error |
Thanks for the reply.
... your FDL references data structures that are not defined in this FDL. Check that all referenced data structures are defined in the same FDL. I've searched through the entire ... |
Topic: FDL 2 BPEL Conversion error |
ryro
Replies: 7 Views: 6290
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 07, 2006 10:28 pm Subject: FDL 2 BPEL Conversion error |
Hi
When trying to convert an fdl into a bpl file using SupportPac WA73, error CWWBM0006I is thrown, which is a NullPointerException.
The description of the error...
CWWBM0006I: Caught exception ... |
Topic: [SOLVED] Global Container, Native API and FMC00825E |
ryro
Replies: 4 Views: 3880
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 22, 2006 10:38 pm Subject: [SOLVED] Global Container, Native API and FMC00825E |
Hi
Not to worry. I managed to figure out my problem. Due to the fact that we're running two systems,
I had inadvertently set the locator to point to the default configurationID of the first system. ... |
Topic: [SOLVED] Global Container, Native API and FMC00825E |
ryro
Replies: 4 Views: 3880
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 22, 2006 6:50 am Subject: [SOLVED] Global Container, Native API and FMC00825E |
We do not use categories. We are running two system groups. Two seperate models etc. |
Topic: [SOLVED] Global Container, Native API and FMC00825E |
ryro
Replies: 4 Views: 3880
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 22, 2006 5:43 am Subject: [SOLVED] Global Container, Native API and FMC00825E |
I can successfully access the global container values from the default web client with a valid filter (<GlobalContainer> : < Field> <Condition>).
Yet using the exact same filter w ... |