Author |
Message |
Topic: Webclient setup in WSAD 5.0 |
jhea
Replies: 13 Views: 6639
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Mar 18, 2003 10:00 am Subject: Webclient setup in WSAD 5.0 |
Hi,
I suppose that you were talking about WAS instead of WSAD. The WebClient setup in WAS v5.0 is similar to that in WAS v4.0. But the configuration of WebClient for Workflow v3.4 is different from ... |
Topic: [Solved]create & start process instance using XML |
jhea
Replies: 6 Views: 2854
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Feb 06, 2003 4:15 am Subject: why need to specify ProcInstName? |
Hi All,
I took a look at the example in the Programming Guide that Amit used to create and start a process instance. I don't understand in that example, why we need to specify the ProcInstName (i.e ... |
Topic: repeat an activity |
jhea
Replies: 3 Views: 2528
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jan 28, 2003 6:47 am Subject: repeat an activity |
Hi all,
According to the instructions in Buildtime v3.3 manual (page 19, Chapter 3 Subsection of creating a process diagram), one can have an activity that is repeated until the exit condition is m ... |
Topic: restart an activity after it expires |
jhea
Replies: 8 Views: 3598
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 24, 2003 10:31 am Subject: restart an activity after it expires |
What version of MQWF are you using?
I use 3.3.2 no CSD. Is _State a member of output container of the activity? I couldn't see it though. Maybe that's the reason why the transition condition wasn't ... |
Topic: restart an activity after it expires |
jhea
Replies: 8 Views: 3598
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 24, 2003 10:26 am Subject: restart an activity after it expires |
Doug,
Why are you using the expiration feature if you do not wish the workitem to leave the activity?
This is because the activity we are trying to implement involving third-party system. If the ... |
Topic: restart an activity after it expires |
jhea
Replies: 8 Views: 3598
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 24, 2003 10:19 am Subject: restart an activity after it expires |
Many thanks to the replies. I have made some experiments. Here are the findings:
1) as John said, when the activity expires, the exit condition for the activity doesn't get evaluated, which makes s ... |
Topic: restart an activity after it expires |
jhea
Replies: 8 Views: 3598
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 24, 2003 2:26 am Subject: restart an activity after it expires |
Hi,
I want an activity to be restarted after it expires. I set its Exit condition to _RC=0. It expires after 2 minites in the status of either 'ready' or 'running' with scheduling server running at ... |
Topic: [Solved]How to set a value for a member in a data structure |
jhea
Replies: 8 Views: 3649
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 13, 2003 8:42 am Subject: Thanks. |
Hi John,
Many thanks for the info. It has been very helpful. I think we may close this topic.
Best regards,
Jenny |
Topic: [Solved]How to set a value for a member in a data structure |
jhea
Replies: 8 Views: 3649
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 13, 2003 7:27 am Subject: [Solved]How to set a value for a member in a data structure |
I am using a generated JSP file to display the fields of input container to start the process. I found that in the JSP file, all the fields are text type, not string type. How can I not to set an valu ... |
Topic: [Solved]How to set a value for a member in a data structure |
jhea
Replies: 8 Views: 3649
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 13, 2003 6:52 am Subject: [Solved]How to set a value for a member in a data structure |
Hi John,
I would think that IF you have the default value set for the Input container, then as long as the value being mapped from a previous activity is NOT SET then you should see the default.
... |
Topic: [Solved]How to set a value for a member in a data structure |
jhea
Replies: 8 Views: 3649
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 13, 2003 6:18 am Subject: Re: How to set a value for a member in a data structure |
Hi John,
Jenny, this is working as designed. The default value would be used if no value was set in the container.
Do you mean the the value should be null in order to get the default value?
... |
Topic: [Solved]How to set a value for a member in a data structure |
jhea
Replies: 8 Views: 3649
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jan 13, 2003 5:42 am Subject: [Solved]How to set a value for a member in a data structure |
Hi,
I have a member (say m) in a data structure (say S). I would like to set the value of m to a certain value in data input container of an activity. I can manage to set m to a default value in bu ... |
Topic: use fmcibie to export fdl from runtime environment |
jhea
Replies: 1 Views: 2717
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 8:37 am Subject: use fmcibie to export fdl from runtime environment |
Hi all,
To export a fdl from runtime environment by using fmcibie, I am not sure how to specify the '-c' option. Any advise please?
Many thanks,
Jenny |
Topic: [Solved]import a fdl into non-default runtime environment? |
jhea
Replies: 3 Views: 2389
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 7:56 am Subject: thanks! |
Thanks for all the instant replys  |
Topic: [Solved]import a fdl into non-default runtime environment? |
jhea
Replies: 3 Views: 2389
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 7:20 am Subject: [Solved]import a fdl into non-default runtime environment? |
Hi,
I have two configurations FMC and FMC1 in the same pc. I was trying to import a fdl file into the runtime environment 'FMC1' using the following command:
fmcibie -uxxx -p xxx -ixxx.fdl -t -o
... |