Add Blend Operation

You use the Add Blend Operation orchestration to create a quality operation based on sensor readings. For example, when a sensor indicates that the temperature inside a wine tank has crossed the tolerance level, you can use the Add Blend Operation orchestration to process the sensor readings and trigger the creation of a quality operation in the JD Edwards EnterpriseOne system.

This table includes information that the Add Blend Operation orchestration uses to process IoT data:

Application Invoked

Application Version

Endpoint URL

Operation Search (P31B94)

ZJDE0001

http://<server>:<host>/jderest/orchestrator/JDE_ORCH_31B_AddBlendOperation

This is an example of an input message defined for the Add Blend Operation orchestration:

{
     "inputs": [
         {
            "name": "OperationID",
            "value": "QAV"
         },
         {
            "name": "OperationDescription",
            "value": "Orchestration Test"
         },
         {
            "name": "Winery",
            "value": "W10"
         },
         {
            "name": "VesselNumber",
            "value": "W10-1"
         },
         {
            "name": "TestID",
            "value": "BRIX"
         },
     ]
}