what kind of error will be occurred if u did not mention from to the exit flow step
Answers were Sorted based on User's Feedback
Answer / siva subrahmanyam
By default, loop will be assumed and will exit from the
loop if the exit step is present inside a loop.
If the exit step is not within the loop step, then it
throws the below error:
" com.wm.lang.flow.FlowException:[ISC.0049.9001]
FlowExit '' -- no valid ancestor to exit from $loop"
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / van
Hi, if we did not mention exit from flow in the exit flow step , then it will throws Flow Exception .
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / aarthi srinivasachari
com.wm.lang.flow.FlowException:[ISC.0049.9001] FlowExit '' -
- no valid ancestor to exit from $loop
Launch completed: 2013-05-24 11:48:03.056
The exit step is by default set to $loop I guess. The above
is the extract from Designer when I stepped through 'Exit'
without a exit consition.
| Is This Answer Correct ? | 4 Yes | 0 No |
the document is published but not subscribed where the document stored and how to trace the document?
1 Answers Cap Gemini, Tech Mahindra,
How many ways can you invoke a service?
why are you deploying the war (or) ear file?
How to remove a system lock from an element?
How you can implement finally block in flow services ?
What is the main difference between webservies 6.5 and webservies 7.1.2
Explain what are the new features in 8.0 compared to 7.1?
What is a flat file schema and what are its uses?
How to use SEQUENCE as the Target of a BRANCH?
What is Modeler
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?