else if (action.getStatus() == WorkflowActionBean.Status.OK
|| action.getStatus() == WorkflowActionBean.Status.ERROR) {
if (useXCommand) {
queueCallable(new SignalXCommand(action.getJobId(), action.getId()));
} else {
queueCallable(new SignalCommand(action.getJobId(), action.getId()));
}
}
else if (action.getStatus() == WorkflowActionBean.Status.USER_RETRY) {
queueCallable(new ActionStartXCommand(action.getId(), action.getType()));