Back to WorkflowServiceInterface class

Method isWorkflowActive

public bool
isWorkflowActive
(mixed $context)
Check if the workflow is active
Parameters
  • string $context The context of the workflow
Returns
  • bool

Method isWorkflowActive - Source code

/**
 * Check if the workflow is active
 *
 * @param   string  $context  The context of the workflow
 *
 * @return boolean
 */
public function isWorkflowActive($context) : bool;