AWS 流程事件开发参考指南

TASK_RESUME

任务恢复后被触发

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

常见触发场景

1.使用流程运维管理时

2.使用SDK API时

//恢复任务
SDK.getTaskAPI().resume(taskInst);

开发示例

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

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

public class Test_TASK_RESUME extends ExecuteListener {

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

    public void execute(ProcessExecutionContext ctx) throws Exception {
        info("任务恢复后事件被触发-->" + ctx.getTaskInstance());
    }

}

上述源码示例可与我们技术支持联系,获得com.actionsoft.apps.poc.api应用



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