}
public Context resolveContext(String contextId, Object param) {
Context context = getContext(contextId);
if (context != null) {
context = context.resolveContext(param);
if (context != null) {
return context;
}
}
return ((org.jbpm.workflow.core.NodeContainer) nodeContainer).resolveContext(contextId, param);