This repository was archived by the owner on May 21, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
When non-isolation execution is needed (e.g. because isolation does not work for a certain binary), then the configuration file of the native plugin has to be changed. This then affects all FDUs deployed to this node, instead of just the FDUs that really need to run in non-isolated mode.
Describe the solution you'd like
Maybe add an flag in the FDU inside the command tree, something like isolated: False, which then tells the native plugin to use non-isolated mode.
The default should be True, as most of the times isolated execution is desired