Package org.opencastproject.workflow.api
Class WorkflowUtil
java.lang.Object
org.opencastproject.workflow.api.WorkflowUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks to see whether a given workflow state is active.static booleanisActive(WorkflowInstance.WorkflowState workflowState) Deprecated.
-
Method Details
-
isActive
Deprecated.Checks to see whether a given workflow state is active.- Parameters:
workflowState- The workflow state to check.- Returns:
- True if the workflow is currently active, not stopped or failed.
-
isActive
Checks to see whether a given workflow state is active.- Parameters:
workflowState- The workflow state to check.- Returns:
- True if the workflow is currently active, not stopped or failed.
-