E1: ORCH: How to IterateOver Orchestration Instead of Service Request
(Doc ID 2357580.1)
Last updated on DECEMBER 27, 2022
Applies to:
JD Edwards EnterpriseOne Orchestrator - Version 9.2 and laterInformation in this document applies to any platform.
Goal
Have an orchestration with multiple service requests (4 in total). In the input JSON have multiple data rows and want the whole orchestration to iterate over it. If using iterateOver only the service request itself where it is specified to iterateOver does iterate but not all 4 service requests. However, want an iterateOver which executes all service requests (all 4 after each other) for each data row in the JSON input. How can this be done?
1.) First service request is getting Equipment Number from a Serial Number input.
2.) Storing location with said Equipment number
3.) External REST request to perform special calculation on distance traveled
4.) Put distance into Meter readings application with equipment number from step 1
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |