Catch every error inside a workflow

Hi @CamiCat,

You can put out side of in your invoke workflow.

Where you are inheriting there use the try catch Block.

In try block inside put invoke workflow
In catch Block you can get the exception message.

Refer this post too

Regards,
Arivu

1 Like