Output¶
The Output node serves as an exit point for the Subrule node, and will only appear in the node library when editing a subrule. With multiple Output nodes, a subrule can have multiple exit points in the main flow.
Input and Output Ability¶
This node has 1 entry point and 0 exit points.
Node Properties¶
Name
The name for this node.
Description
The description for this node.
Samples¶
Input Sample¶
{
"MetaData": {
"messageType": "DeleteAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"ts": "1654513135156"
},
"Body": {
"attributes": [
"attr_string"
]
}
}
Output Sample¶
{
"MetaData": {
"messageType": "DeleteAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"componentResult": "Success",
"ts": "1654513135156"
},
"Body": {
"attributes": [
"attr_string"
]
}
}