Author |
Message |
Topic: Updating a workflow container field |
Raffy
Replies: 5 Views: 4131
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 17, 2005 3:52 pm Subject: Updating a workflow container field |
It might be due to the way we're using workflow. In the midst of working in a workItem, we have screens/processes that use one of the container fields as a key (policy number) to search a db for polic ... |
Topic: Updating a workflow container field |
Raffy
Replies: 5 Views: 4131
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 17, 2005 3:34 pm Subject: Updating a workflow container field |
What I ended up doing is to get the input container of the workItem as a ReadWriteContainer. I updated the fields then did a
wi.forceRestart2(ReadOnlyContainer)
I just wonder why there are no o ... |
Topic: Updating a workflow container field |
Raffy
Replies: 5 Views: 4131
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 15, 2005 1:41 pm Subject: Updating a workflow container field |
Hi,
Is is possible to change the value of a container field and save it even if the work item's checkout status was canceled? If so, can anyone tell me how?
WF 3.4, AIX 5.2, WebClient
Here's ... |
Topic: FMC01108E error |
Raffy
Replies: 5 Views: 3468
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 02, 2005 3:08 pm Subject: FMC01108E error |
Hi,
I'm quite sure we're not creating our own xml. In fact below is the method/code in the custom command that we invoke where most of the problems occur. IBM consultants put this together for us b ... |
Topic: FMC01108E error |
Raffy
Replies: 5 Views: 3468
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Feb 02, 2005 8:49 am Subject: FMC01108E error |
Thanks for the reply. I've lost the actual stack trace that correlates to the fmcautil entries but they look the same as the ones I posted.
What's stumping us is that we do not control how the xml ... |
Topic: FMC01108E error |
Raffy
Replies: 5 Views: 3468
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Feb 01, 2005 11:22 am Subject: FMC01108E error |
We're using WF 3.4 with DB2 8.1, AIX 5.2 and Web Client
from time to time we're getting the following error :
- 01/24/05 09:46:33 FMCSYS: FMC01108E The value '00000000000 084320|20050124' of el ... |