summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-12-01 19:53:19 -0500
committerBrian Potchik <brian@vector35.com>2024-12-01 19:53:19 -0500
commita9aaf48090e724b57667c41550924bdabc736757 (patch)
treec15154656340d3cd2ebef4f5ef0428736b4a5578 /docs/dev
parentfa8f49c2ca04c94d5eb76b2433d31d2f59be8a99 (diff)
Clarify workflow machine API note.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/workflows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md
index db22412f..a7ab84a4 100644
--- a/docs/dev/workflows.md
+++ b/docs/dev/workflows.md
@@ -521,7 +521,7 @@ The **Workflow Machine** is the core engine that manages and executes workflows.
There is an API to interact directly with the Workflow Machine, allowing you to issue commands, query state, and control activity eligibility.
!!! note
- This API is only available in **Commercial** and above product editions.
+ This API is only available in **Commercial** and above product editions. However, the Workflow Machine API is not required for the general use case of authoring or using workflows.
### WorkflowMachine CLI Commands