I have questions on Activiti engine behavior when a System-Task (Java Delegate) throws a Java System Exception
1. When a system task on a main path throws a System Exception, what happened to the process instance ? did it die ? suspended ?
2. When a system task on a parallel path throws a System Exception, what happened to the process instance ? did all the process instance die or only that parallel path is stopped ? suspended ?
3. How do I find out if a process instance has an issue with System Exception being thrown ? any REST API Query to find out which processes have completed and which ones have stopped due to Exceptions ?
4. We use REST API to start a process instance, how do we find out the stack trace for a specific process-instance-id with a System Exception issue ? any enterprise level logging info can be enabled from REST API ?
Thanks