Throwing our own Exception

Hi all,

Is it possible to throw our own exception in a flow service?

Thanks
tmv

Yes the standard way is you need to build a custom JavaService (throwException logic force error condition with errorMessage) and call it in the flow.

HTH,
RMG