Skip to main content

Flows Widget

Widget Type: rc-flows

Flows Widget

Configuration

N/A - The list of flows are loaded from telemetry:

  • /flow-engine/flows/agg/state
  • /flow-engine/flows

Note: Parameters are loaded from the flow manifest.json. Example manifest properties:

{
"arguments": {
"x": {
"type": "float64",
"description": "X coordinate of location to inspect.",
"default": 2
},
"y": {
"type": "float64",
"description": "Y coordinate of location to inspect.",
"default": 0
},
"floor": {
"type": "float64",
"description": "Select floor",
"default": 1,
"options": [
{
"label": "Floor 1",
"value": 1
},
{
"label": "Floor 2",
"value": 2
},
{
"label": "Floor 3",
"value": 3
},
{
"label": "Floor 4",
"value": 4
}
]
}
}
}

Not configurable