spring 非 controller调用service类

helei 2022-4-8 718 4/8
org.jeecg.modules.activiti.listenerlombok.extern.slf4j.org.flowable.engine.HistoryServiceorg.flowable.engine.RuntimeServiceorg.flowable.engine.delegate.DelegateExecutionorg.flowable.engine.delegate.ExecutionListenerorg.flowable.engine.history.HistoricProcessInstanceorg.flowable.engine.runtime.ProcessInstanceorg.springframework.beans.factory.annotation.org.springframework.stereotype.javax.annotation.java.util.MapRuzhiListener ExecutionListener {

    HistoryService RuntimeService RuzhiListener () {
        = }

    (DelegateExecution delegateExecution) {
        ..createProcessInstanceQuery().info()Map<StringObject> m =  delegateExecution.getVariables()(String key : m.keySet()) {
            Object value = m.get(key)System..println(key + + value)}
    }
}

- THE END -

helei

4月08日11:15

最后修改:2022年4月8日
0

非特殊说明,本博所有文章均为博主原创。