Skip to content

Commit

Permalink
State#cause_path, error_path
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Jul 14, 2024
1 parent 56bf60c commit 24064a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/floe/workflow/states/fail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Floe
class Workflow
module States
class Fail < Floe::Workflow::State
attr_reader :cause, :error
attr_reader :cause, :error, :cause_path, :error_path

def initialize(workflow, name, payload)
super
Expand Down

0 comments on commit 24064a1

Please sign in to comment.