alibaba / compileflow-idea-designer

基于IntelliJ IDEA流程可视化插件: a good idea-plugin for Alibaba Compileflow process engine.
Apache License 2.0
314 stars 74 forks source link

如果决定抛出一个业务异常怎么办? #12

Open hehedahehe opened 3 years ago

hehedahehe commented 3 years ago

比如在一个decision task后,依据其返回值进行transion判断后决定抛出一个业务异常,那么如何执行“throw new BusinessException(a,b)”的语句?