Async service task recovery
We are using activiti 6.0, and have implemented asynchronous custom service tasks using AbstractBpmnActivityBehavior.During the process recovery we have been able to use RuntimeService.trigger(String executionId) to continue the execution.What we wou...