Exactly as you have it. The YES sequence will do the processing of the current record of the loop. The NO sequence will do nothing. The loop will iterate and move to the next record.
Hi arulchristhuraj,
did you solved the problem ?
I’m new in the Software AG and i’m using webMethods 8.2.
I’m trying to loop over a list (document list) and to proccess the current record but i’m not able to get the current record.
Can you help me ?
Hi Rankesh,
it’s a simple loop test that has as input array a document list reference.
I want to get the current record during the loop and execute some control operations. Maybe the flow service is not the best way to do that and i should use java service for custom control operations.