My Oracle Support Banner

E1: ORCH: Local Orchestration Connector Returning Orchestration Output When There is No Output Defined (Doc ID 2771040.1)

Last updated on SEPTEMBER 25, 2023

Applies to:

JD Edwards EnterpriseOne Orchestrator - Version 9.2 and later
Information in this document applies to any platform.

Symptoms

Studio 7.0. 


When attempting to use the connector to call another orchestration after Data Request, the output shows the result set of the Connector as well even though there is no Output selected for the connector.

Problem: 

{
 "DataRequests" : [ {
   "F0101" : [ {
     "CX_ctr" : "1"
   } ]
 } ],
 "Connectors" : [ {
   "ServiceRequest1" : {
     "ds_F0101" : {
       "output" : [ {
         "COUNT" : 1
       } ]
     }
   }
 } ]
}

Expected result:   (output only from the data request)

{
 "DataRequests" : [ {
   "F0101" : [ {
     "CX_ctr" : "1"
   } ]
 } ]
}


Changes

 

Cause

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
Symptoms
Changes
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.