AWS 流程事件开发参考指南

PROCESS_AFTER_RESTART

流程重置后被触发

说明
抽象类 ExecuteListener
接口 ExecuteListenerInterface
返回值
异常 -如抛出异常时,异常被包装成结果返回,后继执行被中断

常见触发场景

1.使用流程运维管理时

2.在发起列表撤销任务时

3.使用SDK API时

//重置流程实例
 SDK.getProcessAPI().restart( processInst,  restartReason);

开发示例

package com.actionsoft.apps.poc.api.local.process.listener.process;

import com.actionsoft.bpms.bpmn.engine.core.delegate.ProcessExecutionContext;
import com.actionsoft.bpms.bpmn.engine.listener.ExecuteListener;

public class Test_PROCESS_AFTER_CANCEL extends ExecuteListener {

    public String getDescription() {
        return "测试用例";
    }

    public void execute(ProcessExecutionContext ctx) throws Exception {
        info("流程重置后事件被触发-->" + ctx.getProcessInstance());
    }

}

该事件仅在6.3.GA及后续版本提供



Seven
 010-62962343-690
 liujx@actionsoft.com.cn
感谢您对该文档的关注!如果您对当前页面内容有疑问或好的建议,请与我联系。如果您需要解答相关技术问题请登录AWS客户成功社区