@@ -2425,7 +2425,7 @@ state data (as by the time its completion the parent workflow execution has alre
2425
2425
The `repeat` property defines the SubFlow states repeated execution (looping) behavior. This allows you to specify that
2426
2426
the sub-workflow should be executed multiple times repeatedly.
2427
2427
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
2429
2429
was executed and defines its compensation state, it should be compensated once, no matter how many times
2430
2430
its was executed as defined by the `repeat` property.
2431
2431
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:
2720
2720
</table>
2721
2721
2722
2722
</details>
2723
+
2723
2724
ForEach states can be used to execute [actions](#Action-Definition), or a [sub-workflow](#SubFlow-State) for
2724
2725
each element of a data set.
2725
2726
@@ -3328,7 +3329,7 @@ produceEvents:
3328
3329
</details>
3329
3330
3330
3331
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).
3332
3333
Note that [Switch states](#Switch-State) cannot declare to be workflow end states. Switch states must end
3333
3334
their execution followed by a transition another workflow state, given their conditional evaluation.
3334
3335
0 commit comments