06-20-2012 02:29 AM
06-20-2012 02:40 AM
<serviceTask id="service1" name="Generate Invoice" activiti:class="my.custom.Delegate" activiti:async="true" />
06-20-2012 11:51 AM
Read the chapter in our user guide about Asycn continuations: http://activiti.org/userguide/index.html#asyncContinuations
Basically, by marking your service-task as async, the process state will be persisted and the service-task will be executed in a job-executor thread, the calling thread's control will be returned.
<serviceTask id="service1" name="Generate Invoice" activiti:class="my.custom.Delegate" activiti:async="true" />
06-20-2012 02:32 PM
Now if I put "async=true" in "each" service task, would activiti engine guarantee the order?
06-21-2012 02:23 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.