SOURABH PATEL
SOURABH PATEL

Reputation: 1

How to handle Run 1 ESS job 5 times with multiple parameters .Means every time parameters should be change. ON OIC Integration

I want to run 1 ESS job 5 times with multiple parameters . Means every time parameter should be change. How to handle this through OIC Integration.

In 1 ESS Job will run 5 times with different parameter in OIC . have to run ESS jobs each ess jobs having multiple and different parameters on each run how to handle this on OIC.

Upvotes: 0

Views: 523

Answers (1)

Sbs
Sbs

Reputation: 1

This solution is to call the same ESS job with different parameter value each time. create an OIC Lookup with list of parameter values you want to pass in the ESS job. Create the lookup with 2 columns. One column for sequence and other column for Parameter value. In OIC integration use while loop to increment the counter value in each iteration. Pass the counter value to Lookup function and get the parameter value and assign to local variable. Pass the variable to ESS request.

Upvotes: 0

Related Questions