Author |
Message |
Topic: Maximum length of the output message in Trace Node |
workflowdude
Replies: 3 Views: 2257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 4:51 am Subject: Maximum length of the output message in Trace Node |
Hi,
Does anybody know what is the maximum length of the message that a Trace node can output or is there a Max Length for the message that a trace node can output.
we have a huge message set (XML f ... |
Topic: Updating the Global Data Container |
workflowdude
Replies: 4 Views: 2554
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 5:11 pm Subject: Updating the Global Data Container |
Well, there is an API to retrieve it and there is no exception thrown when we try to update it..
any clues? |
Topic: Updating the Global Data Container |
workflowdude
Replies: 4 Views: 2554
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 4:46 pm Subject: Updating the Global Data Container |
I am trying to update a GDC variable using the WorkFlow API.
Here;s the code
ReadOnlyContainer roc=<ProcessInstanceobject>.globalContainer();
ReadWriteContainer rwc=roc.asReadWriteContainer ... |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 4:32 pm Subject: Holidays/non working days in workflow |
That means that If I have to change the expiration time for my activities, i have to go and change the component code... thats kindda buidling a dependency.. I was thinking if it was any way to do it ... |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 2:02 pm Subject: Holidays/non working days in workflow |
and thats outside workflow in a component listening to the UPES Queue...right? |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 29, 2004 10:12 am Subject: Holidays/non working days in workflow |
So who performs the calculation in the TCalc UPES activity? |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 3:07 pm Subject: Holidays/non working days in workflow |
Oh you mean UPES activity sending a message on a queue and some component calculating the time and sending it back on the input queue??
Please clarify a bit more.
Thanks
Purav |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 10:27 am Subject: Holidays/non working days in workflow |
How do you do that?
can you please elaborate on this? |
Topic: Holidays/non working days in workflow |
workflowdude
Replies: 12 Views: 5108
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 8:55 am Subject: Holidays/non working days in workflow |
Hello All,
We are using notifications for workitems that expire. The expiration time is 2 days.. How do I take care of Weekend days in workflow, cause all the workitems that were created on Friday wo ... |
Topic: Reg Workflow API Client |
workflowdude
Replies: 7 Views: 3843
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 8:46 am Subject: Reg Workflow API Client |
I can use the setSessionContext() method.. but the client has to still pass some token which helps the Workflow Component can lookup the sessionID associated with the user.
Since its a web applicati ... |
Topic: Reg Workflow API Client |
workflowdude
Replies: 7 Views: 3843
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 8:28 am Subject: Reg Workflow API Client |
Hi,
Thanks for your reply.
you said.
1. Create the ExecutionService object once.
2. Logon (using the workflow user credentials)
3.... execute Queries
...
..
4. Log Off
My Workflow comp ... |
Topic: Reg Workflow API Client |
workflowdude
Replies: 7 Views: 3843
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 7:46 am Subject: Reg Workflow API Client |
Frankly speaking, I read that chapter in the Programming guide and I wasnt pretty clear about the concept.
My first problem
1. If I do a query on a ExecutionService Object, then do I create this Ex ... |
Topic: Performance Cost of Private Worklists |
workflowdude
Replies: 3 Views: 2119
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 28, 2004 7:39 am Subject: Performance Cost of Private Worklists |
Do all query methods on the ExecutionService hit the database? So what do you mean by persistent objects stored on the workflow server. I see this mentioned at a lot of places in the Programing guide |
Topic: Reg Workflow API Client |
workflowdude
Replies: 7 Views: 3843
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 27, 2004 7:51 am Subject: Reg Workflow API Client |
Hi all,
We have developed our own JavaBean for communicating with workflow. i.e javabean that uses WorkFlow API's to communicate with workflow. The Application that callls this bean is a web based ap ... |
Topic: Managing Workflow Sessions in Session Bean |
workflowdude
Replies: 0 Views: 1166
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 26, 2004 5:12 pm Subject: Managing Workflow Sessions in Session Bean |
Hi all,
We are using Stateful Session Beans for communicating with workflow. The reason we are implementing this as a Stateful session bean is that we dont have to create the ExecutionService object ... |