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