Class: SwarmSDK::Workflow::Executor::OutputTransformerContext
- Inherits:
-
Struct
- Object
- Struct
- SwarmSDK::Workflow::Executor::OutputTransformerContext
- Defined in:
- lib/swarm_sdk/workflow/executor.rb
Overview
Output transformer context container
Groups parameters for output transformer processing to avoid long parameter lists.
Instance Attribute Summary collapse
-
#node ⇒ Object
Returns the value of attribute node.
-
#node_name ⇒ Object
Returns the value of attribute node_name.
-
#node_start_time ⇒ Object
Returns the value of attribute node_start_time.
-
#result ⇒ Object
Returns the value of attribute result.
-
#skip_execution ⇒ Object
Returns the value of attribute skip_execution.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#node ⇒ Object
Returns the value of attribute node
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def node @node end |
#node_name ⇒ Object
Returns the value of attribute node_name
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def node_name @node_name end |
#node_start_time ⇒ Object
Returns the value of attribute node_start_time
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def node_start_time @node_start_time end |
#result ⇒ Object
Returns the value of attribute result
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def result @result end |
#skip_execution ⇒ Object
Returns the value of attribute skip_execution
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def skip_execution @skip_execution end |
#state ⇒ Object
Returns the value of attribute state
29 30 31 |
# File 'lib/swarm_sdk/workflow/executor.rb', line 29 def state @state end |