The utilities package features custom activities that help keeping the workspace clean and uncluttered.
Usage
Add the activities included in this package to custom workflows as needed.
Included activities
Delete Tag Entries
This activity deletes tag entries matching the specified filter. Only tag entries for entities of the specified context, that start in the scope of the specified context are removed.
Delete DCA Fits
This activity deletes DCA fits matching the specified filter. Only DCA fits for entities of the specified context are removed.
Delete Tagged Entities
This activity deletes entities which have tag entries matching the specified tag entry filter. Only entities of the contexts or override entity set used for processing the activity are checked and removed.
Delete Entities
This activity deletes all entities of the contexts or override entity set used for processing the activity.
Please ensure to carefully select the contexts or entity set when running this activity. Choosing the wrong entity set could result in a significant loss of data, so caution is advised.
Refresh Power BI Report
This activity refreshes the Power BI report with the specified name.
Check Availability
This activity checks the availability of the specified signal, tag entries, hierarchy or file. If applicable, the entity set and scope passed to the activity are used in the validation.
Validate Package
This activity sifts through all schedules of the specified package and checks each activity's requirements against the available data. By default only active schedules are scanned. Use the Check Inactive Schedules flag to scan all schedules in the package.
Dynacards Unit Converter
This activity converts the units of dynamometer cards stored as json strings to the specified units. The units to convert from are extracted from the json string.
Dynamometer To Reference Tables Converter
This activity converts the surface or downhole dynamometer cards from json strings (stored as time string signal) to multi-column reference tables.
Bulk Signal Deletion
This activity deletes signals in bulk. The list of signals to delete can be passed to the function either as workspace value of type list, or as a comma separated string input.
Delete Reference Table Data
This activity deletes all data from the specified multi-column reference table.
Delete Scenario Data
This activity can delete all data associated with a specified scenario or the saving scenario extracted from the processing context, or specific types of signal data within that scenario. For example, users have the option to choose to delete only Time Numeric and Static Numeric Data.
If the user wishes to delete specific data types from a scenario, they must set the input value of the option 'Delete All Data' to 'No'.
Delete Scenario
This activity will completely delete a scenario from the workspace. The input arguments provide the following abilities:
1) Use Scenario From Context: The user can select 'Yes' in the dropdown menu of the field 'Use Scenario From Context', and the activity will delete any scenario used in the specified context of the workflow.
2) Scenario Name: The user has the ability to just type the name of the scenario that wants to be deleted, in the field 'Scenario Name'.
Please be cautious when selecting the specific activity for your scenarios, as it will completely delete both your scenario's and your scenario's data. If you just want the data to be cleared, use the Delete Scenario Data activity.
Create Scenario
This activity will create a new empty scenario. Please specify a name for your scenario in the 'Scenario Name' field, when you set-up your workflow.
Run Workflow
This activity requests the execution of the given workflow and schedule.
Change Entity Type
This activity changes the entity type of all entities from the processing context or override entity set to the specified target entity type.
Latitude And Longitude To X And Y Coordinates (P#)
This script calculates the surface x- and y- coordinate from the surface latitude and longitude.
Export Signal Mappings
This script allows the user to export the workspace source's signal mappings to an Excel file with a specified name. Users can filter the sources by labels.
In case the user wants to run the script (manually, and via a workflow) for all the data sources, the labels input must be the string value None.
Clear Workspace Files Blob
This activity deletes files from the workspace blob in case the user input criteria are met. These inputs are, first a name pattern. The activity searches files with the given pattern to delete them. The second input is the number of days. The activity then uses this input to detect the files with the specified name (from input one) and in case the file is older than the input days deletes them.
If the user provides 0 for the second input (the number of days). All the files with the specified name will be deleted.
The pattern specified as the first argument is used to create a regex-pattern. Please make sure your pattern matches the intended files only. There are tools available on the internet that can be used to check your regex. E.g. https://regex101.com/
Workflow Export
This python activity exports schedule and workflow information to an Excel file. The excel file can then be downloaded from the workspace blob (Workspace Settings -> Files).
The activity can be run from the develop site directly or added to a workflow. All processing information (context, entity set, scope, hierarchy) passed to the activity will be ignored. When running the script, a file with the name specified in the file_name input will be created.
Use the input active_only to define whether information for active schedules only shall be exported.
Use the input include_activities to define whether the activity names of the activities in the workflow shall be exported too. They will be added in a separate column if the input is set to 'Yes'.
When the input include_activity_descriptions is set to true, the descriptions of the activities in the workflow will be appended to the activity names in the activities column.
Data Requirements
No data is required to run the activities included in this package.
Further comments
This package only includes the custom activities. No workflows, schedules or other items are shipped with this package.