Skip to content

Commit 6af3712

Browse files
authored
Fixed typos (#758)
Signed-off-by: Helber Belmiro <[email protected]>
1 parent d03954d commit 6af3712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5541,7 +5541,7 @@ The `runBefore` property defines a name of a workflow state to be executed befor
55415541
States referenced by `runBefore` (as well as any other states that they transition to) must obey following rules:
55425542

55435543
* They should not have any incoming transitions (should not be part of the main workflow control-flow logic)
5544-
* They cannot be states marked for compensation (have their `usedForCompensation` property and set to `true`)
5544+
* They cannot be states marked for compensation (have their `usedForCompensation` property set to `true`)
55455545
* If it is a single state, it must define an [end definition](#End-Definition), if it transitions to other states,
55465546
at last one must define it.
55475547
* They can transition only to states are also not part of the main control flow logic (and are not marked
@@ -5656,7 +5656,7 @@ States referenced by `compensatedBy` (as well as any other states that they tran
56565656
* They cannot be an [event state](#Event-State)
56575657
* They cannot define an [end definition](#End-definition). If they do, it should be ignored
56585658
* They must define the `usedForCompensation` property and set it to `true`
5659-
* They can transition only to states which also have their `usedForCompensation` property and set to `true`
5659+
* They can transition only to states which also have their `usedForCompensation` property set to `true`
56605660
* They cannot themselves set their `compensatedBy` property to any state (compensation is not recursive)
56615661

56625662
Runtime implementations should raise compile time / parsing exceptions if any of the rules mentioned above are

0 commit comments

Comments
 (0)