mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-31 20:26:15 +00:00
9232c70ff3
* ventilate prose * ventilate all the things --------- Co-authored-by: burnettk <burnettk@users.noreply.github.com>
12 lines
445 B
Markdown
12 lines
445 B
Markdown
# Glossary
|
|
|
|
## Activity
|
|
|
|
Refers to the work carried out by an individual or an organization within a process.
|
|
Activities can be classified into three categories: Task, Subprocess, and Call Activity.
|
|
These activities can be either atomic or non-atomic.
|
|
Atomic activities are indivisible and represent single tasks, while non-atomic activities involve multiple steps or subprocesses that work together to achieve a larger objective.
|
|
|
|
## Workflow
|
|
|