Pega Robotics Studio 8: throwing an exception
What is the recommended way to throw an exception in an automation (so that calling automations can then catch it)?
I implemented it by writing a script that does nothing but "throw new System.Exception()" - but I thought there's got to be a better way than this.
***Updated by moderator: Lochan to add Categories***