Hello,
Yet another question from me. Is there a way to force Workflow into error when it runs out of options during the runtime? Currently when my WFs get into a situation they cant seem to resolve ( Say none of the split conditions apply, or there is no outgoing path) They simply mark themselves as Completed. That seems super wrong. I would like WFs to throw errors instead if they end outside of specified end steps. Is that possible ?
And one more question. Is it possible to somehow configure WF to send an email when it encounters an error ? Currently we have to check for errors manually and that is annoying.
Thank you and have a nice day