cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Add ability to abort unit test on assertion failure in an activity

Open mfateev opened this issue 7 years ago • 0 comments

From a discussion thread: I want to abort everything if something is not right in some activity - there's no easy way to do it except for System.exit or passing through some special exception. I wish there was an api to terminate workflow if some assertion fails

mfateev avatar Dec 29 '18 01:12 mfateev