Add Condition-Based Maintenance Alert

You can use the Add Condition-Based Maintenance Alert orchestration to process a condition-based maintenance alert from a sensor reading associated with an asset.

For example, a sensor attached to a piece of equipment to monitor its health may send an alert when the tolerance level is crossed. The Orchestrator Studio uses the Add Condition-Based Maintenance Alert orchestration metadata to process the data from the sensor reading and convert it into transaction-capable information in the JD Edwards EnterpriseOne system.

This table includes information that the Add Condition-Based Maintenance Alert orchestration uses to process IoT data:

Application Invoked

Application Version

Endpoint URL

Condition-Based Alerts Revision (P1311)

ZJDE0001

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

This is an example of an input message defined for the Add Condition-Based Maintenance Alert orchestration:

{
     "inputs": [
         {
            "name": "EquipmentNumber",
            "value": "34665"
         },
         {
            "name": "MeasurementLocation",
            "value": "EG-01"
         },
         {
            "name": "Description",
            "value": "Orchestration Test"
         },
         {
            "name": "AlertLevel",
            "value": "1"
         },
         {
            "name": "Date",
            "value": "062415"
         },
         {
            "name": "Time",
            "value": "13:15:01"
         },
         {
            "name": "NotificationRecipient",
            "value": "6002"
         },
         {
            "name": "NotificationStructureType",
            "value": "WF1"
         },
         {
            "name": "PlannedStartDate",
            "value": "062615"
         },
         {
            "name": "AutomatedResponseType",
            "value": "1"
         }
     ]
}