Output


Output 节点是 Subrule 节点的出口点,用以在主规则中标识不同的出口。通过多个 Output 节点,子规则在主规则中可有多个出口点。只有在编辑子规则时,Output 节点才会在节点库中显示。

输入和输出能力

该节点具有 1 个入口点和 0 个出口点。

节点属性

../../_images/output.png


名称

该节点的名称。


描述

该节点的描述。

示例

输入示例

{
  "MetaData": {
    "messageType": "DeleteAttribute",
    "assetId": "assetId",
    "deviceKey": "deviceKey",
    "productKey": "productKey",
    "orgId": "yourOrgId",
    "ts": "1654513135156"
  },
  "Body": {
    "attributes": [
      "attr_string"
    ]
  }
}

输出示例

{
  "MetaData": {
    "messageType": "DeleteAttribute",
    "assetId": "assetId",
    "deviceKey": "deviceKey",
    "productKey": "productKey",
    "orgId": "yourOrgId",
    "componentResult": "Success",
    "ts": "1654513135156"
  },
  "Body": {
    "attributes": [
      "attr_string"
    ]
  }
}