Follow-up: For example, you have a workflow which needs to invoke multiple executable jar files as tasks. What would be the best way to implement such orchestration. Also, how to store or load the jar file to the runtime.
We suggest integrating the code they implement into a simple task handler. But if the jar file is a third party file we suggest would creating a service that runs them and create a simple task handler to wrapper that.