Skip to content

Commit ea01ee5

Browse files
authored
add hyperlink to comparsion page (#622)
Signed-off-by: Yu Zhao 00540916 <[email protected]>
1 parent 5ef74dd commit ea01ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comparisons/comparison-google-cloud-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ It uses the "+" symbol to we assume is how the underlying programming language
228228
used in their runtime impl can concatenate strings.
229229
The second step, "exit-loop" is then used alongside the "return" keyword to specify the
230230
workflow results.
231-
With Serverless Workflow we can inject the array data via the "inject" state again, or
231+
With Serverless Workflow we can inject the array data via the ["inject" state](../specification.md#inject-state) again, or
232232
it can simply be passed as workflow data input. There is no need for looping here as
233233
we can just utilize the [jq "join" function](https://stedolan.github.io/jq/manual/#join(str)) as shown in the states data filter.
234234
We could use the [ForEach state](../specification.md#ForEach-State) for iteration of

0 commit comments

Comments
 (0)