Hi,
Thank you for your response.
A gateway in one of our workflows was missing default flow so everytime the gateway conditions are not met, activiti is throwing below exception
org.activiti.engine.ActivitiException: No outgoing sequence flow of the exclusive gateway 'actionBlockGateway' could be selected for continuing the process
Even though poorly constructed workflow caused this exception in the above scenario, we still need to handle such scenarios as our customers are creating these and may not be as familiar with activiti.
Our workflow tasks need to be executed sequentially so I don't think using async tasks suits our implementation. We have disabled JTA on the queue for now as we had a release. We'll soon need to figure out how to stop this loop due to Spring rollback on ActivitiException and release a patch. Any help in this regard is great!
Thanks!