Checkpoint¶
Checkpoint 节点停止当前规则或将规则路由到 EnOS_default 默认规则。因此,此节点将用作当前规则的结束节点。
节点类型¶
EnOS。
输入和输出能力¶
该节点具有多个入口点和 0 个出口点。
节点属性¶
名称
该节点的名称。
操作
该节点的操作。
停止当前规则:停止当前规则运行,所有处理将在此结束。
使用默认规则:将此规则路由到 EnOS_default 规则以继续处理。
描述
该节点的描述。
示例¶
输入示例¶
{
"MetaData": {
"messageType": "PostAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId"
},
"Body": {
"capacity":"82"
}
}
输出示例¶
{
"MetaData": {
"messageType": "PostAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"componentResult": "Success"
},
"Body": {
"capacity":"82",
}
}