If errors are thrown during QuestionnaireResponse creation, the DefaultUserTaskListener stops the current process by deleting the process instance via a RuntimeService call. We should evaluate if stopping the process by throwing a BpmnError may be advantageous.
If errors are thrown during
QuestionnaireResponse
creation, theDefaultUserTaskListener
stops the current process by deleting the process instance via aRuntimeService
call. We should evaluate if stopping the process by throwing aBpmnError
may be advantageous.