Class: DurableFlow::WorkflowTimeline::StepEntry
- Inherits:
-
Struct
- Object
- Struct
- DurableFlow::WorkflowTimeline::StepEntry
- Defined in:
- lib/durable_flow/workflow_timeline.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
Returns the value of attribute events.
-
#logs ⇒ Object
Returns the value of attribute logs.
-
#step ⇒ Object
Returns the value of attribute step.
-
#waits ⇒ Object
Returns the value of attribute waits.
Instance Method Summary collapse
Instance Attribute Details
#events ⇒ Object
Returns the value of attribute events
39 40 41 |
# File 'lib/durable_flow/workflow_timeline.rb', line 39 def events @events end |
#logs ⇒ Object
Returns the value of attribute logs
39 40 41 |
# File 'lib/durable_flow/workflow_timeline.rb', line 39 def logs @logs end |
#step ⇒ Object
Returns the value of attribute step
39 40 41 |
# File 'lib/durable_flow/workflow_timeline.rb', line 39 def step @step end |
#waits ⇒ Object
Returns the value of attribute waits
39 40 41 |
# File 'lib/durable_flow/workflow_timeline.rb', line 39 def waits @waits end |
Instance Method Details
#attempts ⇒ Object
52 53 54 |
# File 'lib/durable_flow/workflow_timeline.rb', line 52 def attempts step.attempts end |
#id ⇒ Object
40 41 42 |
# File 'lib/durable_flow/workflow_timeline.rb', line 40 def id step.id end |
#name ⇒ Object
44 45 46 |
# File 'lib/durable_flow/workflow_timeline.rb', line 44 def name step.name end |
#status ⇒ Object
48 49 50 |
# File 'lib/durable_flow/workflow_timeline.rb', line 48 def status step.status end |