Throwing exception to fall into incident

Hello! I need very strange behavior: after some period of time (ex. Timer Boundary Event) the process should throw exception and fall into incident. Is there any solution out of the box? Or maybe I should create script task or delegate, but it seems to me as a not good solution

Hi @Viktor_Kozysev,

Yes, you need to have an asynchronous service task from within the exception is thrown so service task is ended up marked as failed.

2 Likes