Page 1 of 1

Orchestration In The IDE

Posted: November 11th, 2022, 3:34 pm
by JustinVanRegenmorter
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.
OrchestrationPage.PNG
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.
GetOrchestrationInputs.PNG
  • Get Orchestration Outputs: Retrieves the output for the given orchestration.
GetOrchestrationOutputs.PNG
  • Get Orchestrations: Retrieves all orchestrations for the given connection instance.
GetOrchestrations.PNG
  • Orchestration: Runs the given orchestrations along with the given content.
Orchestration.PNG
  • Orchestration Input: Retrieves the input for the given orchestration and returns it as an JSON structure.
OrchestrationInput.PNG