Hey guys,
imagine you have a simple process with three JavaServiceTasks in one row. Task 1 and task 2 are completed successfully. Task 3 couldn't complete successfully because the Java code threw an exception. What's the Activiti engine now doing? Does it try it to invoke the method again? Is the process in a wait state? Will the exception in task 3 affect the completed tasks?
Thanks in advance.
Cheers,
Marc