Dear experts,
we have an requirement to call a DB web service which takes a value "SalesOrg" as request parameter to select daily sales data for that specific SalesOrg.
The web service can just handle a single SalesOrg as input parameter. However the Integration Flow should able to call the web service sequentially for defined SalesOrgs. The desired SalesOrgs can change from day to day basis and therefore should be configurable.
Idea was to implement a "Looping Process Call" which calls the web service for each SalesOrg separately.
Problem is that there is no end condition which can be defined. Idea is that the looping process call loops over all defined SalesOrgs and stops when all SalesOrgs have been selected. Ideal case would be to define a content modifier step which then externalizes the possible SalesOrgs which then can be modified or selected as part of the integration flow configuration.
Any ideas how this could be accomplished?
Thank you!