08-31-2016 08:05 AM
08-31-2016 09:20 AM
1. Lets say I have a process having 5 service tasks and I am suspending this instance at 3rd service task so according to the documentation this process instance should be halted at 'third' service task. But it shouldn't do that, It still run the 'fourth' and 'fifth' service tasks even It has been suspended at 'third'. WHY ANY CLUE?If you make the service tasks asynchronous, isSuspended flag is taken into account
org.activiti.engine.test.api.runtime.ProcessInstanceSuspensionTest#testJobNotExecutedAfterProcessInstanceSuspend
2. If I am trying to activate this instance by "runtimeService.activateProcessInstanceById(processInstanceId);" . It throws an "ActivitiObjectNotFoundException" exception.I would say process instance is already finished that's why it can not be found.
09-01-2016 01:59 AM
09-01-2016 05:42 AM
org.activiti.engine.test.api.runtime.ProcessInstanceSuspensionTest
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.