Package com.jk.services.client.workflow
Class JKWorkflowUtil
java.lang.Object
com.jk.services.client.workflow.JKWorkflowUtil
This class is a utility class used to verify whether the workflow is
available or not.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
This method checks if the workflow service is available by verifying the presence of the workflow URL property.
-
Constructor Details
-
JKWorkflowUtil
public JKWorkflowUtil()
-
-
Method Details
-
isWorkflowAvialable
public static boolean isWorkflowAvialable()This method checks if the workflow service is available by verifying the presence of the workflow URL property.- Returns:
- true, if the workflow service is available, false otherwise.
-