Skip to content

Commit 1cb7582

Browse files
author
Tihomir Surdilovic
authored
fixing broken markdown links (#259)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent f35fc99 commit 1cb7582

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@ state data (as by the time its completion the parent workflow execution has alre
24252425
The `repeat` property defines the SubFlow states repeated execution (looping) behavior. This allows you to specify that
24262426
the sub-workflow should be executed multiple times repeatedly.
24272427
If the `repeat` property is defined, the `waitForCompletion` should be assumed have the value of `true`.
2428-
If the workflow explicitly triggers [compensation](#Workflow Compensation) and the SubFlow state
2428+
If the workflow explicitly triggers [compensation](#Workflow-Compensation) and the SubFlow state
24292429
was executed and defines its compensation state, it should be compensated once, no matter how many times
24302430
its was executed as defined by the `repeat` property.
24312431
After each execution of the SubFlow state, if `repeat` is defined, the SubFlow state data at the end of the
@@ -2720,6 +2720,7 @@ actions:
27202720
</table>
27212721

27222722
</details>
2723+
27232724
ForEach states can be used to execute [actions](#Action-Definition), or a [sub-workflow](#SubFlow-State) for
27242725
each element of a data set.
27252726

@@ -3328,7 +3329,7 @@ produceEvents:
33283329
</details>
33293330

33303331
End definitions are used to explicitly define execution completion of a workflow instance or workflow execution path.
3331-
A workflow definition must include at least one [workflow state](#State Definition).
3332+
A workflow definition must include at least one [workflow state](#State-Definition).
33323333
Note that [Switch states](#Switch-State) cannot declare to be workflow end states. Switch states must end
33333334
their execution followed by a transition another workflow state, given their conditional evaluation.
33343335

0 commit comments

Comments
 (0)