Extensions
Extensions in FNZ Studio are .jar files that add functionalities and modify the behavior of the core Platform. There are different types of extensions:
-
Restartable Extensions: These can be started and stopped while the Platform is running and dynamically change the Platform behavior. Examples include Functions and StatisticsCollector.
-
Permanent Extensions: These can only be started or stopped during the Platform's startup or shutdown, such as WorkitemFinder and DataHistory.
-
Secrets Manager Extensions: Used to integrate external secrets managers, started before permanent extensions and can be stopped or started at runtime (e.g., AWSSecretsManage).
This section includes:
-
Managing Extensions information, e.g., starting/stopping extensions, checking their version, or editing their configuration.
-
List of Extensions, containing documents on each separate extension.