scenario: i have a loop A, under which i have a child loop
B, under which i have a Branch with few services with a
condition. if a condition is satisfied , then i need my
branch to exit from loop B, what should i do?
Answers were Sorted based on User's Feedback
Answer / vijayakumar
Place a Exit Step inside the branch condition and set the
property exit from to "Loop".
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / kishore
Add to the above step in the Exit step make signal
to "success".
| Is This Answer Correct ? | 6 Yes | 1 No |
IS is thread or process ?
In which case we are not advised to use Transformers...?
Which value have to set for EnableAudit log while package replication?
n what folder is the webMethods documentation for the Broker Admin package located?
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?
Can u please tell me abt WebMethods in brief
Explain what are the new features in 8.0 compared to 7.1?
why are you deploying the war (or) ear file?
when we are using loop and when we use repaet?
What Does an IS Schema Look Like?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
can we build loop step with in the branch in such a way that the interface is look like that branch <transactiontype > sequence: Deposit loop <accno> xxxxxx sequence: current loop <accno> xxxxxxx sequence: savings loop <accno> can we achieve the above senario.