Hello,
I'm on version 9.0 LTS.
I'm working on a custom process that could be throwing an exception at the generation level. This process is called by an event from a IT Shop request.
However, when the exception occurs, the workflow never "fails". The request just stays open and nothing ever happens. It only fails if one of the process step fails during runtime, using the "Make Decision" method.
So I would like to do something similar, but for pre-generation script. (I'm using the "pre-script for generation" at the process level).
What can I do?