Create a task execution abstraction allowing to run async and scheduled task either with java.util.concurrent or WorkManager
This will allow to execute operations performed on other threads "based on the spec" when running within a JEE application server.
Currently, see the ComapssEnvironemnt.ExecutorManager for more information on how to configure this.