Class Workflow


  • public final class Workflow
    extends Object
    The Workflow class is the main entry to the workflow engine public services. This is a proxy class to the WorkflowHub class which gives all the workflow services.
    • Method Detail

      • getProcessModelManager

        public static ProcessModelManager getProcessModelManager()
        Returns:
        the ProcessModelManager
      • getProcessInstanceManager

        public static ProcessInstanceManager getProcessInstanceManager()
        Returns:
        the ProcessInstanceManager
      • getUserManager

        public static UserManager getUserManager()
        Returns:
        the UserManager
      • getWorkflowEngine

        public static WorkflowEngine getWorkflowEngine()
        Returns:
        the WorkflowEngine
      • getTaskManager

        public static TaskManager getTaskManager()
        Returns:
        the TaskManager
      • getErrorManager

        public static ErrorManager getErrorManager()
        Returns:
        the ErrorManager
      • getLabel

        public static String getLabel​(String labelName,
                                      String lang)
        Returns the localized label in the specified language.
        Parameters:
        labelName - the name of a label to translate
        lang - the ISO 639-1 code of a language.