Releases: nibble-4bits/aws-local-stepfunctions
Releases · nibble-4bits/aws-local-stepfunctions
v0.3.2
- Fixes bug where
StateMachine
instances created inMapStateHandler
didn't honorvalidationOptions
set in parent state machine.
v0.3.0
- Fixes bug where
waitTimeOverrideOption
was not honored when passing0
as override. - Removed class state to allow calling
StateMachine.run()
multiple times without running into race condition issues. - Implements feature to abort a running execution.
v0.2.0
- Adds support for
MaxConcurrency
field ofMap
state.
v0.1.0
Initial release
Implements support for the following states:
- Task
- Map
- Pass
- Wait
- Choice
- Succeed
- Fail