Class: Smith::Workflow::Graph::RuntimeReadinessTraversal

Inherits:
Object
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/smith/workflow/graph/runtime_readiness_traversal.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



16
17
18
19
20
# File 'lib/smith/workflow/graph/runtime_readiness_traversal.rb', line 16

def report
  initialize_walk
  inspect_graphs
  @reports.fetch(graph.workflow_class)
end