Skip to content

Commit 03f05c8

Browse files
authored
Fix wording about retries handling (#637)
Signed-off-by: Marián Macik <[email protected]>
1 parent fdb8141 commit 03f05c8

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
@@ -5191,10 +5191,10 @@ for those errors according to the referenced retry strategy.
51915191
In our example, "MyFirstFunction" invocation should be retried according to the "FirstRetryStrategy" policy only on known errors
51925192
"SomeErrorOne" and "SomeErrorTwo".
51935193

5194-
If for a known error (defined in `retryableErrors`) the retry limit is reached and the error still persist, it can be handlerd in the states
5194+
If for a known error (defined in `retryableErrors`) the retry limit is reached and the error still persist, it can be handled in the states
51955195
`onErrors` definition.
51965196

5197-
If an unknown (unchecked) error happens during action execution, this cannot be handled either in the states `onErrors` definition, in which case
5197+
If an unknown (unchecked) error happens during action execution, and this error is also not handled in the states `onErrors` definition, the
51985198
workflow execution should fail.
51995199

52005200
#### Automatic retries on known and unknown errors

0 commit comments

Comments
 (0)