summaryrefslogtreecommitdiff
path: root/python/workflow.py
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-08-16 18:23:49 -0400
committerBrian Potchik <brian@vector35.com>2024-08-16 18:23:49 -0400
commit0c93bebaec56154f15d4b4d520860a92523df357 (patch)
tree8a19bd01a38c6bff6fafbe0bcc86a99f1aea58f6 /python/workflow.py
parentde9584d8710144e352dbf09c5c2d1d46751d2f20 (diff)
Enable workflows by default.
Diffstat (limited to 'python/workflow.py')
-rw-r--r--python/workflow.py4
1 files changed, 0 insertions, 4 deletions
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()