Add app configuration shortcut info (#904)

This commit is contained in:
pollfly
2024-08-19 14:42:12 +03:00
committed by GitHub
parent 04a7436e1b
commit bc6f88ccc6
9 changed files with 124 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ The app monitors your workspace for trigger events and will launch copies of the
## Trigger Manager Instance Configuration
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
values from the file, which can be modified before launching the app instance
* **Name** - Name for the app instance. This will appear in the instance list
* **Triggers** - Events whose occurrence will cause a task to be executed
* Task ID - ID of a ClearML task to clone and enqueue
@@ -47,6 +49,8 @@ The app monitors your workspace for trigger events and will launch copies of the
* Threshold - The metric threshold to monitor
* Add item - Add another trigger
* **Polling frequency** - Time period in minutes at which the workspace is polled for trigger events
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
a new instance with the same configuration
![Trigger manager wizard](../../img/apps_trigger_manager_wizard.png)