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: content/en/docs/2024.9/Reference/Concepts/fundamentals/flows/what-is-a-flow.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ There are two types of flows, which are used for different purposes:
18
18
*[Process][]
19
19
*[Activity][]
20
20
21
+
{{% alert title="Note" %}}
22
+
Prior to version 2024.9, there was a single type of flow named `Flow`.
23
+
As of 2024.9, `Flow` has been renamed to `Activity`.
24
+
{{% /alert %}}
25
+
21
26
### Process
22
27
23
28
Processes are a type of [Flow][] that can contain multiple [Activities][Activity] and are used to model high-level business processes.
@@ -28,17 +33,19 @@ Processes are a type of [Flow][] that can contain multiple [Activities][Activity
28
33
* Processes can call other processes
29
34
* Processes can call activities
30
35
* Processes only contain a subset of blocks as they are intended to model high-level business processes, not low-level implementation of tasks or actions
36
+
* Processes are optional an automation solution, but are useful for organizing and structuring the logic of a solution
31
37
32
38
### Activity
33
39
34
-
Activities are a type of [Flow][] that can be used to model low-level tasks or actions.
40
+
Activities are a type of [Flow][] that are used to model low-level tasks or actions.
0 commit comments