Class JKWorkflowUtil

java.lang.Object
com.jk.services.client.workflow.JKWorkflowUtil

public class JKWorkflowUtil extends Object
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 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.