File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ It uses the "+" symbol to we assume is how the underlying programming language
228
228
used in their runtime impl can concatenate strings.
229
229
The second step, "exit-loop" is then used alongside the "return" keyword to specify the
230
230
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
232
232
it can simply be passed as workflow data input. There is no need for looping here as
233
233
we can just utilize the [ jq "join" function] ( https://stedolan.github.io/jq/manual/#join(str) ) as shown in the states data filter.
234
234
We could use the [ ForEach state] ( ../specification.md#ForEach-State ) for iteration of
You can’t perform that action at this time.
0 commit comments