Package org.apache.airavata.gfac.core.monitor.state

Examples of org.apache.airavata.gfac.core.monitor.state.WorkflowNodeStatusChangeRequest


        state=WorkflowNodeState.CANCELING; break;
    default:
      break;
      }
      logger.debug("Publishing Experiment Status "+state.toString());
      monitorPublisher.publish(new WorkflowNodeStatusChangeRequest(taskStatus.getIdentity(),state));
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.gfac.core.monitor.state.WorkflowNodeStatusChangeRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.