Tools
📄️ Runnable: Execute
With this module objects can be executed once or recurring. Via different modes the module may exited immediately after the activation or after submitting promptsets (if available) or it may wait for the activated object to finish and, optionally, to display a selected report of the task.
📄️ Archive Reader
Information about old executions and reports can be extracted from the database using the Archive Utility. The data will be stored as text files that can read with the Archive Browser. Main restrictions of this programme are its platform-dependency (Microsoft Windows), it only has a graphical user interface and it can only read one dataset at once. The module ArchiveReader does not have one of these restrictions.
📄️ Calendar: Recalculate
Static events of calendar objects must be recalculated after a configured period in time. This can be done by opening the calendar objects and save these. To automate this procedure this module can be used.
📄️ b4A Connections: Save
The module saves all existing b4A connections in a variable object. The variable object must exist already. Before storing the connections, the variable is emptied.
📄️ Execute Program
The module is able to execute programs. Like the Automic Job Messenger with the parameter CMD the module is able to decrypt passwords that are part of the commandline. The difference is that this module uses the same exit code as the program that has been execute.
📄️ Favorite: Add
To add entries to the list of personal favorites or to the Service Catalog of a group this module can be used. The destination of the new entry is specified by the name of the favorite folder: The name of the current user or a group name. To be able to add the new favorite the user must of the required permissions/privileges.
📄️ Send Mail
Sending mails using TLS encryption and a customizable mail body using b4A expressions. Mails can have an unlimited number of attachments read from files for reports of a given runId.
📄️ b4A Modules: Save
The module saves all existing b4A modules in a variable object. The variable object must exist already. Before storing the modules, the variable is emptied.
📄️ Password: Encrypt
For all modules passwords kann be passed on in encrypted form. To create the encrypted password this module be used. Additionally the module is able to decrypt the passwords. Therefore it is required to define an output file has the decrypted password will not be shown in the report.
📄️ Web Request
The module sends a web requests. It supports POST requests with none or token based authentication (the token may be encrypted). For URLs HTTP and HTTPS are supported. When using HTTPS the certicficate is not checked
📄️ Simple Web Server
The module provides the content of a directory as a website
📄️ XML: Iterate
The module allows to iterate through the elements of an XML structure by using the b4A datastreams. The XML structure can be located in a structured documentation of an object or in an XML variable.