Author |
Message
|
Sunray |
Posted: Thu Feb 05, 2004 6:08 am Post subject: How to use GO TO in HOLOSOFX |
|
|
Newbie
Joined: 03 Feb 2004 Posts: 6
|
I tried the way it said in documentations and in F1- Help too , but GO To loop is not working at all , the loop is ending where it has to go backto source GO TO option.
please reply for this if you ever used GO TO in holosofx. _________________ Sunray |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 05, 2004 7:08 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Not exactly sure what you are talking about here.... but the GO TO in WBI Modeler does NOT replace the Exit condition that you would need in a block to make an MQWF model loop.
IMHO, You MUST read Buildtime manuals to understand how MQWF functions. You will not get it right if you depend on the WBI Modeler doc. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Sunray |
Posted: Thu Feb 05, 2004 10:37 am Post subject: GO TO options Cannot be generated in FDL from HOLOSOFX |
|
|
Newbie
Joined: 03 Feb 2004 Posts: 6
|
If you export holosofx model that hat GO TO object into FDL , the FDL won't contain any infirmation about Go TO object , GO TO object is only to view the model , not to run in WF runtime. _________________ Sunray |
|
Back to top |
|
 |
sshaker |
Posted: Sat Feb 07, 2004 6:35 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
mahi, u have to 'rework' ! _________________ shaker |
|
Back to top |
|
 |
sshaker |
Posted: Sat Feb 07, 2004 6:40 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
U may refer to the 'quote' example in samples! _________________ shaker
Last edited by sshaker on Thu Feb 12, 2004 11:33 am; edited 1 time in total |
|
Back to top |
|
 |
alexey |
Posted: Thu Feb 12, 2004 10:09 am Post subject: |
|
|
 Acolyte
Joined: 18 Dec 2003 Posts: 62 Location: Israel
|
mahi,
read the help topic of BPM named "Loops" - it gives a detailed explanation on using loops in Modeler.
The modeler loops works only in simulations, not in Workflow.
Also read about "Sub-Processes and Blocks" in the help - it will give you a clue on how to export looping block from Modeler to Workflow.
*** You have to define a working exit condition on the block to make it loop in run-time ***
Alexey. |
|
Back to top |
|
 |
sshaker |
Posted: Thu Feb 12, 2004 11:38 am Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
alexey
looks he got his answer.. !
Quote: |
If you export holosofx model that hat GO TO object into FDL , the FDL won't contain any infirmation about Go TO object , GO TO object is only to view the model , not to run in WF runtime.
|
he was neither posing a question nor expecting an answer rather he was telling us what he thinks is right. anyway thnx for your effort.
Quote: |
*** You have to define a working exit condition on the block to make it loop in run-time ***
|
i think u were referring to 'rework' when u said 'working exit condition' .. am i right? basically, we have to define GoTo at the beginning of a loop and at the end of the loop but with the same name for the GoTo object.. that is how workbench will recognize them as start-end of the loop. the 'rework' checkbox will make sure that the workflow modeler treats them as loop
regards _________________ shaker
Last edited by sshaker on Thu Feb 12, 2004 2:30 pm; edited 1 time in total |
|
Back to top |
|
 |
jmac |
Posted: Thu Feb 12, 2004 12:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
My two cents:
The GoTo object in Modeler, is for the BA. IN order to get an operational workflow model you would need to implement a proper Exit condition _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
sshaker |
Posted: Thu Feb 12, 2004 2:29 pm Post subject: |
|
|
 Disciple
Joined: 20 Sep 2002 Posts: 185
|
thnx john for putting the thread in perspective..
GOTO is how a BA will implement an exit condition
and
the exit condition (for an activity or block) is how an operational modeler implements 'rework' while converting a process! _________________ shaker |
|
Back to top |
|
 |
|