Hi, Is it possible to use multiple ProcessEngine in one workflow for focus specific task ? The use case : when i have a several task with some very private data i want to choose a different ProcessEngine to treat them.
You can use specific node in cluster to execute tasks. Make tasks asynchronous and modify JobExecutor to handle specific tasks only on the dedicated node.