Our customer (15.1HF10) has 3 application servers. Only on one of the application server the process flow task executor service is running.
What we have seen is that when an API message generated trough a process Flow was processed and the transaction “done” by the API was very long, the others API messages in the wf_rule_tasks_runapi table were not processed ,waiting that the first to be processed. So the service takes messages one by one. If we start the task executor services on the 2 others application server could the api messages be managed in simultaneous (that is to say 3 by 3) ? is it recommanded or this will conduct to lock processes ? thanks for your feedback