Author |
Message |
Topic: workitem |
dsim
Replies: 7 Views: 5200
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 23, 2004 3:39 pm Subject: workitem |
Mahesh,
I believe Manoj was talking about using the static methods of java.net.URLEncoder and java.net.URLDecoder to encode/decode the object IDs when these IDs are used as URL parameters.
Dan |
Topic: Workflow Portal |
dsim
Replies: 1 Views: 1344
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Mar 11, 2004 10:57 pm Subject: Workflow Portal |
... portal server 5.0.2 is not officially supported by MQWF 3.4
SP4.
It will be supported with the upcoming SP5.
(response from IBM Germany lab to same question posted in the ibm.software.websph ... |
Topic: ConnectionUrl from java to web client |
dsim
Replies: 1 Views: 1740
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 02, 2004 12:55 pm Subject: ConnectionUrl from java to web client |
This could happen because the WebClient servlet is not able to establish an HttpSession with your Java code that is using the HttpURLConnection class. During a 'normal' browser-servlet communication t ... |
Topic: WebClient Times Out While in Web Application |
dsim
Replies: 11 Views: 8920
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 01, 2004 8:45 pm Subject: WebClient Times Out While in Web Application |
As John said above:
This is probably your AppServer that is timing out.
You can try to increase the Http session expiration time. For WAS I think the default is 30 minutes ... it can be changed in t ... |
Topic: Handling Errors in AuthenticationExit |
dsim
Replies: 1 Views: 2003
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Mar 01, 2004 8:38 pm Subject: Handling Errors in AuthenticationExit |
where do System.out and System.err get redirected to?
I believe these are redirected to the admin server (process fmcamain) output and error stream.
Dan |
Topic: workitem |
dsim
Replies: 7 Views: 5200
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 27, 2004 9:56 pm Subject: workitem |
Ratan,
It depends on how you read the initial post;
A single question that I believe was DF's intention:
- Supposing there are 10 different workitems on the worklist, is there a way to identif ... |
Topic: Message format for EXEXMLINPUTQ |
dsim
Replies: 1 Views: 1677
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 25, 2004 1:36 pm Subject: Message format for EXEXMLINPUTQ |
According to the flowchart on page 240, Programming Guide, 'General Error Processing', the MQMD format has to be MQSTR or FMCXML. 'If not, a GeneralError response is returned.'
Dan |
Topic: PEA |
dsim
Replies: 10 Views: 4827
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 25, 2004 7:18 am Subject: PEA |
The Web Client documentation comes and gets installed with the product. On Windows it's in Programs->IBM WebSphere MQ Workflow->Web Client documentation
Dan |
Topic: PEA |
dsim
Replies: 10 Views: 4827
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 24, 2004 7:41 pm Subject: PEA |
An answer to your initial question can be found in Web Client documentation: 'Executing activities with the Web client'
A PEA executes programs for an MQ Workflow user and is therefore suited for int ... |
Topic: workitem |
dsim
Replies: 7 Views: 5200
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 24, 2004 7:01 pm Subject: workitem |
Is there a way to identify a particular workitem with some kind of id using Java API
Yes, one way is to use the name of the program assigned to the activity.
Dan |
Topic: Number of Process Template Versions |
dsim
Replies: 4 Views: 2423
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 20, 2004 6:21 pm Subject: Number of Process Template Versions |
We received no errors during the import, but the new template had no effect on the process instances created after import. I ran an export from the Runtime DB for that process and it reflected my upda ... |
Topic: urgent - Design Question |
dsim
Replies: 15 Views: 6807
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 10, 2004 9:47 am Subject: urgent - Design Question |
...which should be in RequestContext bean class. so if any body can provide me on how to get there. it would be great. if requestcontext is an api, i dont see the doc for it
See JavaDoc 'API document ... |
Topic: Reg Workflow API Client |
dsim
Replies: 7 Views: 3836
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 8:07 pm Subject: Reg Workflow API Client |
Yes, the userID and sessionID (needed to restore the ExecutionService object for the logged on user) can be saved in a session bean.
In the initial http request these two strings can be obtained af ... |
Topic: Webclient customization: querying lists |
dsim
Replies: 5 Views: 2869
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 16, 2003 3:07 pm Subject: Webclient customization: querying lists |
No, i don't know - this could be a question for the IBM workflow forum.
Dan |
Topic: Threshold usage |
dsim
Replies: 3 Views: 2058
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Dec 16, 2003 3:03 pm Subject: Threshold usage |
This could be an application design issue - what kind of user is supposed to work the 6000 workitems on his/her worklist ?
Dan |