Orchestration In The IDE

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Orchestration In The IDE

Unread post 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
word count: 116

Tags:
Locked