6 Matching Annotations
  1. Jan 2022
  2. Apr 2021
  3. Feb 2021
    1. To understand this helper, you should understand that every step invocation calls Output() for you behind the scenes. The following DSL use is identical to the one [above]. class Execute < Trailblazer::Activity::Railway step :find_provider, Output(Trailblazer::Activity::Left, :failure) => Track(:failure), Output(Trailblazer::Activity::Right, :success) => Track(:success)
  4. Oct 2020
  5. Sep 2020
  6. Jun 2020