LinZhaoguan

Results 3 issues of LinZhaoguan

Application Development /Basic API Concepts章节翻译完成,若有错误,烦请指正。

**Describe the bug** The `addEventListener `method of the `RuntimeService `interface, which receives an event type parameter, accepts an implementation class `FlowableEngineEventType `rather than interface `FlowableEventType`. ``` java void addEventListener(FlowableEventListener listenerToAdd,...