Skip to content

Commit 8956bc7

Browse files
authored
Fix misc formatting in docs (#7773)
1 parent 8e4bfe3 commit 8956bc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/dev/workflows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ There are two distinct types of Workflows:
4949
### **Activity**
5050

5151
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:
52+
5253
- Execute specific tasks through callbacks
5354
- Make dynamic decisions
5455
- Manage dependencies and eligibility
@@ -70,13 +71,15 @@ Activities can have different **roles** that define their behavior and how they
7071
#### Eligibility Control
7172

7273
Activities provide fine-grained execution control through:
74+
7375
* Static configuration via JSON settings
7476
* Dynamic eligibility functions
7577
* Continuation and run-once behaviors
7678

7779
#### Continuation Support
7880

7981
Activities can be configured with `continuation` eligibility, allowing them to:
82+
8083
- Remain on the execution stack after processing
8184
- Execute repeatedly until becoming ineligible
8285
- Build iterative processing patterns

0 commit comments

Comments
 (0)