Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String status = myRoutine.getValue();
if(status!=null&&status.equals("failed")){
context.condition=true;
}else{
context.condition=false;
}
myRoutine.setValue("failed");