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: guides/services/status-flows.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In CAP Node.js support for flows is built-in and available out of the box. For C
32
32
33
33
The following example is taken from the [@capire/xtravels](https://github.com/capire/xtravels) sample application, in which we want to model a status flow for travel requests as depicted below:
34
34
35
-

35
+

36
36
37
37
We can easily model this flow in CDS as follows:
38
38
@@ -136,7 +136,7 @@ Use the target state `$flow.previous` to return a previous state from a current
136
136
137
137
The following example introduces a `Blocked` state with two possible previous states, `Open` and `InReview`, and an `unblock` action that restores the previous state.
138
138
139
-

139
+

0 commit comments