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: impl/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The detailed version is more suitable for those users interested in a more thoug
97
97
98
98
### Quick version
99
99
100
-
For a quick introduction, we are going to use a simple workflow [definition](../examples/simpleGet/src/main/resources/get.yaml) that performs a get call.
100
+
For a quick introduction, we will use a simple workflow [definition](../examples/simpleGet/src/main/resources/get.yaml) that performs a get call.
101
101
We are going to show two ways of invoking the workflow:
102
102
- blocking the thread till the get request goes through
103
103
- returning control to the caller, so the main thread continues while the get is executed
0 commit comments