Checkpoint¶
The Checkpoint node stops the current rule or routes the rule to the EnOS_default rule. As such, this node will be used as the ending node for the current rule.
Node Type¶
EnOS.
Input and Output Ability¶
This node has multiple entry points and 0 exit points.
Node Properties¶
Name
The name for this node.
Action
The action for this node.
Stop: Stops the rule. All processing will end here.
Use Default Rule: Routes this rule to the EnOS_default rule for continued processing.
Description
The description for this node.
Samples¶
Input Sample¶
{
"MetaData": {
"messageType": "PostAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId"
},
"Body": {
"capacity":"82"
}
}
Output Sample¶
{
"MetaData": {
"messageType": "PostAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"componentResult": "Success"
},
"Body": {
"capacity":"82",
}
}