summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorutkonos <utkonos@users.noreply.github.com>2025-12-11 13:31:40 -0500
committerGitHub <noreply@github.com>2025-12-11 13:31:40 -0500
commit8956bc70267bf67e04c4054e147c1f6851609ef2 (patch)
tree201b0bef347cd3916db0a1bcacb5cf6c8f7a705f /docs
parent8e4bfe3f71232ab6e8332d4c7903290a1396f9b9 (diff)
Fix misc formatting in docs (#7773)
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/workflows.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md
index 61d6b77f..61c5f4c3 100644
--- a/docs/dev/workflows.md
+++ b/docs/dev/workflows.md
@@ -49,6 +49,7 @@ There are two distinct types of Workflows:
### **Activity**
An **Activity** represents a fundamental unit of work within a Workflow. Activities are configurable components that form the building blocks of complex analysis pipelines. Activities can:
+
- Execute specific tasks through callbacks
- Make dynamic decisions
- Manage dependencies and eligibility
@@ -70,6 +71,7 @@ Activities can have different **roles** that define their behavior and how they
#### Eligibility Control
Activities provide fine-grained execution control through:
+
* Static configuration via JSON settings
* Dynamic eligibility functions
* Continuation and run-once behaviors
@@ -77,6 +79,7 @@ Activities provide fine-grained execution control through:
#### Continuation Support
Activities can be configured with `continuation` eligibility, allowing them to:
+
- Remain on the execution stack after processing
- Execute repeatedly until becoming ineligible
- Build iterative processing patterns