Author |
Message |
Topic: (solved)filter for NOOP |
MQRR
Replies: 5 Views: 6921
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 22, 2007 5:02 pm Subject: (solved)filter for NOOP |
silly mistake on my part. Thanks for pointing out that Jmac.
I was using % instead of * . Changing that fixed it. so the solution is
create a Activity List to view the NOOP activities.
And if ... |
Topic: (solved)filter for NOOP |
MQRR
Replies: 5 Views: 6921
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 22, 2007 3:52 pm Subject: (solved)filter for NOOP |
I will send you the query for the filter.
In the case of querying the tables directly, I would think atleast there should be some table in the database that would contain the information for NO ... |
Topic: (solved)filter for NOOP |
MQRR
Replies: 5 Views: 6921
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 22, 2007 3:07 pm Subject: (solved)filter for NOOP |
Thanks jmac.
But does activity list give the NOOP list? I tried that seems to be not listing them. I tried to use the name of my NOOP acitivty, for example, if I created the NOOP in my build time w ... |
Topic: (solved)filter for NOOP |
MQRR
Replies: 5 Views: 6921
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 22, 2007 11:41 am Subject: (solved)filter for NOOP |
Do anyone know how to create a filter that displays NOOP activities stuck in running state?
I tried creating worklist using attributes NAME LIKE etc.. but did not work. |
Topic: NO OP activity, setting default value in container issue |
MQRR
Replies: 4 Views: 3906
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 03, 2006 1:37 pm Subject: NO OP activity, setting default value in container issue |
yep I did both. |
Topic: NO OP activity, setting default value in container issue |
MQRR
Replies: 4 Views: 3906
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 03, 2006 10:16 am Subject: NO OP activity, setting default value in container issue |
I am having issues with setting default container values for NO OP activity in the build time.
My model is like this:
A( NO OP desiscion point) if true-----> B
|
C
I want some default ... |
Topic: [Solved]Staff Administration API- Workflow 3.6 |
MQRR
Replies: 4 Views: 5701
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Apr 11, 2006 9:58 am Subject: [Solved]Staff Administration API- Workflow 3.6 |
It is solved. forgot to replace fmcistf jar in my application with new fmcistf jar that comes with the sp2.
MQRR |
Topic: [Solved]Staff Administration API- Workflow 3.6 |
MQRR
Replies: 4 Views: 5701
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 10, 2006 4:44 pm Subject: [Solved]Staff Administration API- Workflow 3.6 |
I found this link which gives a solution to my problem. But still after apllying the SP2 it does not solve my problem.
http://www-1.ibm.com/support/docview.wss?uid=swg1IY73549 |
Topic: [Solved]Staff Administration API- Workflow 3.6 |
MQRR
Replies: 4 Views: 5701
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Apr 10, 2006 3:48 pm Subject: staff api issues |
Versions i am using
WF : 3.6
MQ version : 530.10 CSD10
DB2Version: DB2 v8.1.10.812
I am getting following error wh ... |
Topic: Administration Utility |
MQRR
Replies: 67 Views: 61548
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Apr 04, 2006 10:35 am Subject: Administration Utility |
veeresh,
Did you try connecting to your workflow database instance explicitly as user fmc? Make sure it has necessary grants and roles. The fact that you are able to start the admin server but not ab ... |
Topic: WAS Crash due to WF JNI calls |
MQRR
Replies: 10 Views: 5700
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Sep 27, 2005 11:15 am Subject: WAS Crash due to WF JNI calls |
mahesh,
how are you starting your websphere application server?
it should be something like this i guess:
/$WSROOT/websphere/appserver/bin/startServer.sh server1
add "nohup" in front:
noh ... |
Topic: WAS Crash due to WF JNI calls |
MQRR
Replies: 10 Views: 5700
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Sep 26, 2005 10:30 am Subject: WAS Crash due to WF JNI calls |
hi mahesh,
we had similar problem. It is something got to do with a HUP signal being issued to JVM that is running WSAS server. I do not have the details since I was not invloved but if you have acce ... |
Topic: [Solved]persistentWorkItem() MQWF 3.6 |
MQRR
Replies: 9 Views: 5437
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Sep 21, 2005 1:24 pm Subject: [Solved]persistentWorkItem() MQWF 3.6 |
update:
IBM has recognized this as an issue and agreed to send a patch for this as soon as they fix it.
MQRR |
Topic: [Solved]persistentWorkItem() MQWF 3.6 |
MQRR
Replies: 9 Views: 5437
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Sep 20, 2005 3:19 pm Subject: [Solved]persistentWorkItem() MQWF 3.6 |
sure I will. And there is another issue with 3.6 with the process instances list. When you put sort order for a process instance list it does not return the instances in the list, it times out(it coul ... |
Topic: [Solved]persistentWorkItem() MQWF 3.6 |
MQRR
Replies: 9 Views: 5437
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Sep 20, 2005 2:31 pm Subject: [Solved]persistentWorkItem() MQWF 3.6 |
Thanks for that jmac. I could go ahead and do that but i think there are too many places that may need changes and it may be advisable not to, since this is not on production box, we can wait for IBM ... |