`

timer

阅读更多
jbpm_job表
如果retries_字段为0,就不再提示



public class JobTimerActionHandler implements ActionHandler {

public void execute(ExecutionContext executionContext) throws Exception {

System.out.println(executionContext.getProcessInstance().getId());
System.out.println("doJobTimer1 ...");
Set set  =  executionContext.getTaskInstance().getPooledActors();
for (Iterator iterator = set.iterator(); iterator.hasNext();) {
PooledActor actor = (PooledActor) iterator.next();

System.out.println(actor.getActorId());
System.out.println(123);
}
//
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics