Orchestration In The IDE
Posted: November 11th, 2022, 3:34 pm
As of DesignTime Revision 2447, RunTime Revision 1115, & ECC Revision 125 orchestrator's have been implemented more effectively in the IDE.
Added a new IDE page called Orchestration Tester where the user can select an orchestration and test it with the given content. Five new services have been implemented for orchestrations as follows:
Added a new IDE page called Orchestration Tester where the user can select an orchestration and test it with the given content. Five new services have been implemented for orchestrations as follows:
- Get Orchestration Inputs: Retrieves the input for the given orchestration and returns it as an XML structure.
- Get Orchestration Outputs: Retrieves the output for the given orchestration.
- Get Orchestrations: Retrieves all orchestrations for the given connection instance.
- Orchestration: Runs the given orchestrations along with the given content.
- Orchestration Input: Retrieves the input for the given orchestration and returns it as an JSON structure.