Author |
Message |
Topic: Building command line shared library JAR file |
ChrisThomas
Replies: 0 Views: 4456
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Jan 12, 2010 1:08 pm Subject: Building command line shared library JAR file |
I am trying to build a library project from a command line that I want to deploy to WPS as a shared library but I am not sure how to do it. I have a module in my workspace (WID) that is use by multipl ... |
Topic: How to set a business object that has attributes |
ChrisThomas
Replies: 0 Views: 5141
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Apr 15, 2009 11:10 am Subject: How to set a business object that has attributes |
In my XML that I fields that have attributes on each of them.
<NewCase>
<Protocol length="4" type="String">ABC</Protocol>
</NewCase>
When I cre ... |
Topic: Custom Webclient logging |
ChrisThomas
Replies: 1 Views: 3759
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Apr 03, 2007 6:13 am Subject: Custom Webclient logging |
We have developed a UI that is an extension of the default client.
One of the issues we are facing is how to manage the log file. This file becomes fairly large very quickly and we have to do somet ... |
Topic: Limit on Business Measures size in Monitor? |
ChrisThomas
Replies: 0 Views: 3584
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 09, 2007 7:55 am Subject: Limit on Business Measures size in Monitor? |
When review business measures in Monitor I noticed that some of the BMs were missing. After reviewing the logs I saw an error about one certain BM that the size was too long.
My question: Is there ... |
Topic: Expiration Help |
ChrisThomas
Replies: 2 Views: 3624
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Sep 22, 2006 7:44 am Subject: Expiration Help |
That was our thought. The field is declared as a long so we would put the maximum value a long field could hold. |
Topic: Expiration Help |
ChrisThomas
Replies: 2 Views: 3624
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Sep 22, 2006 5:56 am Subject: Expiration Help |
I have an activity that has an expiration. The value for this is based on a container field.
My question is there a value I can put into this field so the activity that is using it will not let th ... |
Topic: End Expression / Staff Assignment |
ChrisThomas
Replies: 3 Views: 2706
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Oct 06, 2005 10:57 am Subject: End Expression / Staff Assignment |
I have an activity that dynamically puts work into a work list based on a input container field. This activity also has an end expression. So the thing I am trying to do is when the item is checked in ... |
Topic: Suspend functionality in the support pac wa84 |
ChrisThomas
Replies: 1 Views: 2629
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Aug 05, 2005 6:55 am Subject: Suspend functionality in the support pac wa84 |
Has anyone done timings on how the times are kept when a activity is suspending using the support pac.
The question I have is, if I suspend an activity (which I am assuming checks in the activity) ... |
Topic: Solved - Description Field in the Web Client |
ChrisThomas
Replies: 4 Views: 4987
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Aug 05, 2005 6:41 am Subject: Solved - Description Field in the Web Client |
I think I found a workaround to this problem.
I decided to create a variable in my input container that will hold the server I want to connect to.
DetailCaseServer = http://ihot5.nml.com
Then ... |
Topic: Solved - Description Field in the Web Client |
ChrisThomas
Replies: 4 Views: 4987
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 02, 2005 7:09 am Subject: Solved - Description Field in the Web Client |
Yes when I run fmcibie command to export out the environment the description field does not show up.
I think it could be the '//' that are in the description but I need that for the URL.
If the ... |
Topic: Solved - Description Field in the Web Client |
ChrisThomas
Replies: 4 Views: 4987
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 02, 2005 6:43 am Subject: Solved - Description Field in the Web Client |
I am trying to create a hyperlink in an activity's description field. The goal is to go to a different server to bring up another application. When I use this:
DESCRIPTION '<A href="/nbsefil-nb ... |
Topic: Dynamic Notification |
ChrisThomas
Replies: 2 Views: 2617
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 09, 2005 7:05 am Subject: Dynamic Notification |
I would like to change the notification time at runtime. Is this possible?
What I would like to happen is read the work items and change the notification time for an item based on some business ru ... |
Topic: Work assignment |
ChrisThomas
Replies: 2 Views: 2275
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 27, 2005 12:47 pm Subject: Work assignment |
I a flow that has a decision point that will route the flow one of two ways. When the two routes meet up again I have an activity that I need to be performed by either the starter of an activity in on ... |
Topic: Namespace declaration help |
ChrisThomas
Replies: 7 Views: 6370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 29, 2005 1:36 pm Subject: Namespace declaration help |
SET OutputRoot.XMLNS."SOAP-ENV:Envelope".(XML.NamespaceDecl)"xmlns:SOAP-ENV" = 'http://schemas.xmlsoap.org/soap/envelope/';
SET OutputRoot.XMLNS."SOAP-ENV:Envelope".(XML.NamespaceDecl)"xmlns: ... |
Topic: HTTP Request Node |
ChrisThomas
Replies: 4 Views: 4188
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 06, 2005 12:31 pm Subject: HTTP Request Node |
I noticed when using the HTTP Request Node it is requiring me to enter a Web Service URL. Well my URL is dynamic and is different based on the data coming into the flow. So I thought I could put a com ... |