cadence-java-client
cadence-java-client copied to clipboard
Add ability to abort unit test on assertion failure in an activity
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