Class: Smith::Workflow::Graph::RuntimeReadiness
- Inherits:
-
Object
- Object
- Smith::Workflow::Graph::RuntimeReadiness
- Extended by:
- Dry::Initializer
- Defined in:
- lib/smith/workflow/graph/runtime_readiness.rb
Instance Method Summary collapse
Instance Method Details
#report ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'lib/smith/workflow/graph/runtime_readiness.rb', line 14 def report RuntimeReadinessReport.new( workflow_class: workflow_label(graph.workflow_class), topology_report: topology_report, runtime_diagnostics: runtime_diagnostics, metrics: runtime_metrics ) end |