This module allows working with tasks and transactions, print logs to the console, send email alerts or send a signal to stop the framework.
Read this in other languages: English, Português, Español
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
-
Login NOC
Login to NOC using one of the options, API Key, noc.ini file, or credentials. -
Get Processes
Get all processes -
Get Tasks
Get task -
Create Task
Adds a new task -
Set Priority
Set the priority of a task -
Add Transaction
Add one new transaction -
Add multiple Transactions
Add new transactions -
Get unprocessed transactions
Get every unprocessed transactions from a task -
Set status
Change the status of a transaction -
Send alert
Send an alert message to the emails set into the Orchestrator Process -
Send custom log
Send custom log -
Stop Framework
Send order to stop the framework -
Should Stop Framework?
Check if the framework should stop
- windows
- mac
- linux
- docker