Policy Workflow Step 12

We then click back to the β€œsensors_page” button on the left side to add a β€œStep” into the process by clicking on the β€œStep” button in the top navigation bar.

We name the tag, add permissions – again installer since this action will still be performed by the installer, select the UI type as β€œBlank” and set the cyclic flag since we want to add more than one sensor to the grid.

Programmatically this workflow step looks like this:

            {
              "defaultActive": true,
              "tag": "create_new_sensor_steps",
              "permissions": [
                "INSTALLER"
              ],
              "blockType": "InterfaceStepBlock",
              "uiMetaData": {
                "type": "blank"
              },
              "cyclic" : true,
              }

Last updated