From 0c93bebaec56154f15d4b4d520860a92523df357 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 16 Aug 2024 18:23:49 -0400 Subject: Enable workflows by default. --- python/workflow.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python') diff --git a/python/workflow.py b/python/workflow.py index 29d86f5a..925c2bf0 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -228,10 +228,6 @@ class Workflow(metaclass=_WorkflowMetaclass): it's possible to add and remove activities, as well as change the execution strategy. In order to use the Workflow on a binary it must be \ registered. Once registered the Workflow is immutable and available for use. - Currently, Workflows is disabled by default and can be enabled via Settings:: - - >>> Settings().set_bool('workflows.enable', True) - Retrieve the default Workflow by creating a Workflow object:: >>> Workflow() -- cgit v1.3.1