Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #63

Merged
merged 52 commits into from
Sep 4, 2023
Merged

Release 1.0.0 #63

merged 52 commits into from
Sep 4, 2023

Conversation

nibble-4bits
Copy link
Owner

This fixes a bug where the `sleep` function will never resolve when aborting an execution
This fixes the issue where the execution is not aborted when a `Parallel` or `Map` state that contain a `Wait` state is being executed, and `abort` is called
…-machine

Fix bug where `setTimeout` lingered on abort and a nested state machine was running
Passes the data of the parent `Map`/`Parallel` state and the iteration index to better identify to which iteration/branch the event belongs to
This is a base error for all kinds of errors that may happen while the state machine is being executed and isn't meant to be instantiated or thrown directly
…of reusing and throwing the `StatesTimeoutError`
…ut-cli

Feature/single multiline input cli
@nibble-4bits nibble-4bits merged commit c4f4891 into master Sep 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant