Policy Workflow Step 11

After the sensor gird information is captured, we need to do something with it. Therefore, we add an action step from the “sensors_page” policy action step by clicking on the Action button in the top navigation bar.

As before, we set the tag, the permissions, and stop advancing the process until the download is complete via the “stop propagation” flag, and since this will be a download action, the action type is selected to be “download”.

We then need to select the file schema for the download, MRV. And, then we need to set the target URL where the file is stored. And finally, we select, button title and content.

We now need to connect the download action to the sensor grid block we defined before.

To do that, we click on the “sensors_grid” button, and then click on “Bind Block” for Field 3 and select the “download_config_btn” action to bind the action to the actual definition of the button.

Programmatically workflow step 10 and 11 will looks like this:

Last updated