我想模拟中间抛出事件的 Java 实现,直到稍后实现。但是,当我想通过 Java 类模拟它时,我不知道必须使用什么方法。我只知道对于服务任务,我可以使用
public void execute(DelegateExecution execution) throws Exception {
LOGGER.info("Java Class is called! - not yet implemented!");
}
我可以将此方法也用于中间 throw 事件并在 BPMN 图中的 throw 事件的属性中指定 Java 类名吗?