Skip to content

Commit a853b28

Browse files
committed
Document feature support for ErrorPath, CausePath, MaxDelaySeconds, and JitterStrategy fields
1 parent afea3cd commit a853b28

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/feature-support.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ The following features all come from the [Amazon States Language specification](
5252
- [x] `MaxConcurrencyPath`
5353
- [x] Fail
5454
- [x] `Error`
55+
- [x] `ErrorPath`
5556
- [x] `Cause`
57+
- [x] `CausePath`
5658
- [x] Terminate execution with error
5759
- [x] Choice
5860
- Boolean expressions
@@ -106,7 +108,10 @@ The following features all come from the [Amazon States Language specification](
106108
- Errors
107109
- [x] Runtime errors
108110
- [x] Predefined error codes
109-
- [x] Retry/Catch
111+
- [x] Retry
112+
- [x] `MaxDelaySeconds`
113+
- [x] `JitterStrategy`
114+
- [x] Catch
110115

111116
### Not supported
112117

0 commit comments

Comments
 (0)