Pipeline processors
In this widget, you will find the processing pipelines configured for your organization.
How it Works
In the browser, you will find a list of processing pipelines along with the available actions for each, depending on the permissions you hold.
Next to the name, you will see the version and the last update date. The identifier will be displayed just below.
Widget Menu
From the widget’s action menu, you will be able to perform the following:
- Pipelines: Enables the execution of the wizard for creating processing pipelines (provided the necessary permissions are available).
- Capture screen: Takes a screenshot of the widget.
- Duplicate widget: Creates a duplicate of the widget on the dashboard.
- Copy widget: Copies the widget to another dashboard.
- Change widget location: Moves the widget to another dashboard.
Organization Selector
A user can manage the processing pipelines of those organizations that are dependent on the user’s own organization. To switch between organizations, you must use the selector available at the top of the widget.
Actions on Processing Pipelines
For each transformer, you will be able to perform the following actions:
- Edit: Opens the editing wizard to modify the parameters of the transformer.
- Test: This opens the test tool, allowing for trials on the already-installed data transformer.
- Delete: Removes the selected item.
Test Tool
The test tool allows you to test the selected transformer without needing to integrate it into a processing pipeline or sending device data.
On the left, you find the Payload area, where the transformer’s data input is configured. Just above the box, it will be indicated whether the content is JSON or plain text, along with a play button for execution.
The result will be displayed on the right-hand side within the Result box.
If you wish to store the obtained result, you can select an entity along with the desired datastream to dump the information into.
Configuration
General
- Boxed: widget will be displayed with background in dahsboard.
- About: widget description in Markdown format.
- Title: widget title. It can be configured to remain fixed in the widget or only be displayed when it receives focus.
- Toolbar: configures the behavior of the widget bar on the dashboard, allowing you to hide it, hide it when not in use, or leave it always visible.
- Refresh Frequency: allows configuring the data refresh frequency displayed in the list.
- Extra actions: allows user to add new specific actions to the widget with your own code.
You can add a new one by pressing the New button.
Once you added a custom action it can be modified later by pressing the name in the list.
In order to remove the custom action click the delete icon button on the right.
In extra actions you can write your own code were you can open other dashboards, entities dashboards or execute wizards.
You can find all available functions and methods in Extra parameters

