Package org.apache.airavata.workflow.tracking.types

Examples of org.apache.airavata.workflow.tracking.types.LogExceptionDocument


        // annotation if present
        sendNotification(context, logMsg, descriptionAndAnnotation, null);
    }

    public void exception(WorkflowTrackingContext context, String... descriptionAndAnnotation) {
        LogExceptionDocument logMsg = LogExceptionDocument.Factory.newInstance();
        BaseNotificationType log = logMsg.addNewLogException();
        sendNotification(context, logMsg, descriptionAndAnnotation, null);
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.workflow.tracking.types.LogExceptionDocument

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.