File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5191,10 +5191,10 @@ for those errors according to the referenced retry strategy.
5191
5191
In our example, "MyFirstFunction" invocation should be retried according to the "FirstRetryStrategy" policy only on known errors
5192
5192
" SomeErrorOne" and "SomeErrorTwo".
5193
5193
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
5195
5195
` onErrors` definition.
5196
5196
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
5198
5198
workflow execution should fail.
5199
5199
5200
5200
# ### Automatic retries on known and unknown errors
You can’t perform that action at this time.
0 commit comments