action.setUserRetryCount(0);
int userRetryMax = getUserRetryMax(context);
int userRetryInterval = getUserRetryInterval(context);
action.setUserRetryMax(userRetryMax);
action.setUserRetryInterval(userRetryInterval);
log.debug("Setting action for userRetryMax: '"+ userRetryMax +
"', userRetryInterval: '" + userRetryInterval +
"', name: '"+ context.getNodeDef().getName() + "'");
action.setName(nodeName);
action.setId(actionId);