Information
📄️ Agent: Describe
The module reads information about the available agents of a client and saves the data in a file in CSV format. When the module is called in client 0 the access rights will be listet for each client.
📄️ Workflow: Read Breakpoints
The module searches in workflows for tasks with an breakpoint set and stores the information in a file in CSV format.
📄️ Workflow: Read Checkpoints
The module searches in workflows for tasks with a checkpoint and stores the information in a file in CSV format.
📄️ Runnable: Read Deactivation Condition
The object attributes for deactivation of tasks can be read with this module and stored in a file in CSV format.
📄️ Object: Read documentation
The module reads the XML and also the text documentation of objects. It will be printed in the report of the module. Empty elements of the structured documentation will not be shown
📄️ Environment: Describe
The module reads details about the environment. It counts the server processes and agents. Agents will be devided in deployment and application nodes.
📄️ Workflow: External References
With this module it can be checked if a selection of objects is used as external dependency. The result is stored in a file in CSV format
📄️ Folder: Describe
The module creates a file in CSV format with descriptions of all objects in a given folder.
📄️ Extended string search
Advanced search for character strings in various attributes of objects below a defined folder. The pattern must be passed as a regular expression. The results are output as a CSV file.
📄️ Object: Search in Processes
To find specific code fragments in the processes of objects this module can be used. Additionally it is possible to find the objects that do not contain a given code fragment. Patterns to find are read from a file. The results are stored in a file in CSV format.
📄️ Report: Read
The module reads reports for a set of object in a given period of time. The reports will be written to files that are based on the object name, the report type and the runID. Optionally the content of the reports can be filtered based on a regular expression.
📄️ Schedule: Describe
The module analyse schedule objects and stores detailed information of all tasks in a file in CSV format.
📄️ Object: Search
The module uses the b4A search methods to create lists of objects. The list can be saved as a b4A object list or a b4A object variable.
📄️ Object: Search For Use
This module provides access to the search for use functionality. Results can be stored in a file in CSV format or redirected to a b4A datastream.
📄️ Runnable: Read sync attributes
The module reads the sync attributes of runnable objects and stores these in a file in CSV format
📄️ Object Type: Count
The module counts the number of different object types in a given folder.
📄️ User: Read
The module can read user objects including group memberships. The data is stored in a file in CSV format. The same files can be used as input for the module mc.UserEdit.
📄️ Variable: Collect Data
The module reads variable objects and stores the data in a file in CSV format.
📄️ Variable: Search
The module allows to search in variables for regular expressions. It is possible to use file with several expressions or just to use one single expression. The list of found objects is stored in a file in CSV format.
📄️ Variable: Synchronize (Read)
The module creates a file for adjustment of variable objects in several clients. The file can be amended and afterwards used as input for the module VariableSyncEdit to write the data back to the clients.
📄️ Object: Read Versions
The module reads the version management details of objects and stores these in a structured documentation
📄️ Workflow: Describe
The module reads details about workflows and its tasks. If a task is also a workflow all its tasks will read too (recursively). The results are stored in a file in CSV format.