You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/workflows.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ There are two distinct types of Workflows:
49
49
### **Activity**
50
50
51
51
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
+
52
53
- Execute specific tasks through callbacks
53
54
- Make dynamic decisions
54
55
- Manage dependencies and eligibility
@@ -70,13 +71,15 @@ Activities can have different **roles** that define their behavior and how they
70
71
#### Eligibility Control
71
72
72
73
Activities provide fine-grained execution control through:
74
+
73
75
* Static configuration via JSON settings
74
76
* Dynamic eligibility functions
75
77
* Continuation and run-once behaviors
76
78
77
79
#### Continuation Support
78
80
79
81
Activities can be configured with `continuation` eligibility, allowing them to:
0 commit comments