We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ErrorPath
CausePath
MaxDelaySeconds
JitterStrategy
1 parent afea3cd commit a853b28Copy full SHA for a853b28
docs/feature-support.md
@@ -52,7 +52,9 @@ The following features all come from the [Amazon States Language specification](
52
- [x] `MaxConcurrencyPath`
53
- [x] Fail
54
- [x] `Error`
55
+ - [x] `ErrorPath`
56
- [x] `Cause`
57
+ - [x] `CausePath`
58
- [x] Terminate execution with error
59
- [x] Choice
60
- Boolean expressions
@@ -106,7 +108,10 @@ The following features all come from the [Amazon States Language specification](
106
108
- Errors
107
109
- [x] Runtime errors
110
- [x] Predefined error codes
- - [x] Retry/Catch
111
+ - [x] Retry
112
+ - [x] `MaxDelaySeconds`
113
+ - [x] `JitterStrategy`
114
+ - [x] Catch
115
116
### Not supported
117
0 commit comments