Author |
Message |
Topic: UPES message format |
pingwf
Replies: 0 Views: 1907
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Aug 08, 2006 9:35 am Subject: UPES message format |
I have following question regarding UPES message format (I have MQ Workflow v3.6 environment):
1. In Buildtime when defining UPES, There are two choices for message format XML and JMS-Compliant XML ... |
Topic: Block Exit Condition |
pingwf
Replies: 5 Views: 3496
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 13, 2005 11:19 am Subject: Block Exit Condition |
I got reply from IBM WebSphere MQ Workflow forum:
_State() can only be used in TRANSITION conditions.
http://www-128.ibm.com/developerworks/forums/dw_expandTree.jsp?thread=81218&forum=282& ... |
Topic: Block Exit Condition |
pingwf
Replies: 5 Views: 3496
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu May 12, 2005 12:47 pm Subject: Block Exit Condition |
I tried that:
_State("BlockName.ActivityName") = _Skipped
It did not work...
Thanks! |
Topic: Block Exit Condition |
pingwf
Replies: 5 Views: 3496
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu May 12, 2005 11:48 am Subject: Block Exit Condition |
What is syntax to refer activity name in bloc exit condition.
For example:
I have a block : BLOCK1
in this block I have an activity : ACTIVITY1
Now I want to set exit condition of BLOCK1 lik ... |
Topic: [SOLVED]Weird error while importing FDL to runtime |
pingwf
Replies: 2 Views: 2093
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Nov 19, 2004 8:28 am Subject: [SOLVED]Weird error while importing FDL to runtime |
I was able to find out the syntax error. As you said correctly the syntax error was many lines above the reported error line number.
Thanks so much.... |
Topic: [SOLVED]Weird error while importing FDL to runtime |
pingwf
Replies: 2 Views: 2093
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Nov 19, 2004 7:36 am Subject: [SOLVED]Weird error while importing FDL to runtime |
I am getting following error, when I try to import a FDL to runtime.
11/19/2004 9:18:38 AM "LGE_users_11182004_2.fdl", line 313: FMC20015E Syntax error while lexing character "ÿ" after seeing "'". ... |
Topic: GDC values in description of workitem |
pingwf
Replies: 2 Views: 1465
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jun 04, 2004 1:09 pm Subject: GDC values in description of workitem |
Is it possible to show GDC data members in description of the workitem by using %parameter% sysntax? As far as my understanding we can only display the workitem input data container member values in w ... |
Topic: display owner first and last name in listviewer.jsp |
pingwf
Replies: 3 Views: 2233
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 03, 2003 9:14 am Subject: display owner first and last name in listviewer.jsp |
I want to display workitem owner full name instead of displaying owner userID. What would be the best way to do this?
I am getting person object of workitem
and then getting first and last na ... |
Topic: Handle to Workitem object |
pingwf
Replies: 1 Views: 1426
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Aug 22, 2003 8:01 am Subject: Handle to Workitem object |
Doubt in JAVA Workflow API:
If I have ActivityInstance object can I obtain a handle to associated workitem without using queryWorkItems() method ? |
Topic: API for Person |
pingwf
Replies: 6 Views: 2848
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 21, 2003 11:46 am Subject: API for Person |
Thanks for all reply.
That begs the question of:
"Why do you need a Workflow UserId based on First Name and Last Name".
Just wanted to know if one can query workflow runtime for ID lookup with ... |
Topic: API for Person |
pingwf
Replies: 6 Views: 2848
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Aug 20, 2003 2:01 pm Subject: API for Person |
Thanks Ratan, I figured out the API to access Person details.
But is there any ways we can find out WF User ID from runtime server if the First Name and Last Name of PERSON is known. |
Topic: API for Person |
pingwf
Replies: 6 Views: 2848
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Aug 20, 2003 10:26 am Subject: API for Person |
Is there any JAVA API available to get details (like first name,last name) of a person (userID) from Workflow runtime service.I have a requirement to show user actual name instead of user ID in webcl ... |
Topic: execution server problem |
pingwf
Replies: 2 Views: 1898
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 25, 2003 12:04 pm Subject: execution server problem |
Yes we are doing reorgchk / rebind regularly, the load on Workflow is server is very high we process more than 1000 process perday and more than 4000 workitems a day.
Well from log it seems there w ... |
Topic: execution server problem |
pingwf
Replies: 2 Views: 1898
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 25, 2003 9:36 am Subject: execution server problem |
Hi,
we have the following setup
MQWF version: 3.3.0.0
OS : AIX
2tire setup
No of Execution Server: 3
recently we encountered some problem, the Execution server was not responding due to some r ... |
Topic: TZ Environtment Variable Format |
pingwf
Replies: 0 Views: 1208
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Feb 28, 2003 8:48 am Subject: TZ Environtment Variable Format |
What is the exact format of TZ variable for workflow. This is the Enviroment variable workflow takes for time zone and display time.
I did trace on MQWF client and found --
Workflow Client sets TZ ... |