We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fail seems to be not considering magnetic_to option when given.
fail
magnetic_to
fail :step_0 fail :step_1, magnetic_to: :one fail :step_2, magnetic_to: :two
Would this be because fail overrides given track with failure track on https://github.com/trailblazer/trailblazer-activity-dsl-linear/blob/master/lib/trailblazer/activity/railway.rb#L57 ? Should we not accept magnetic_to altogether here ?
failure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fail
seems to be not consideringmagnetic_to
option when given.Would this be because
fail
overrides given track withfailure
track on https://github.com/trailblazer/trailblazer-activity-dsl-linear/blob/master/lib/trailblazer/activity/railway.rb#L57 ? Should we not acceptmagnetic_to
altogether here ?The text was updated successfully, but these errors were encountered: