}
public Object getValue() {
return createCommandVariableValue(super.getValue());
}
public CommandVariableValue createCommandVariableValue(final Object value){
return new CommandVariableValue(){
public boolean doCommand(ProcessInstance instance, String variableKey) throws Exception {
Calendar cal = Calendar.getInstance();
if(value==null) return true;