Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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