Class: Temporal::Workflow::Command::StartChildWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Temporal::Workflow::Command::StartChildWorkflow
- Defined in:
- lib/temporal/workflow/command.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#input ⇒ Object
Returns the value of attribute input.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#retry_policy ⇒ Object
Returns the value of attribute retry_policy.
-
#task_queue ⇒ Object
Returns the value of attribute task_queue.
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ Object
Returns the value of attribute workflow_type.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def headers @headers end |
#input ⇒ Object
Returns the value of attribute input
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def input @input end |
#namespace ⇒ Object
Returns the value of attribute namespace
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def namespace @namespace end |
#retry_policy ⇒ Object
Returns the value of attribute retry_policy
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def retry_policy @retry_policy end |
#task_queue ⇒ Object
Returns the value of attribute task_queue
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def task_queue @task_queue end |
#timeouts ⇒ Object
Returns the value of attribute timeouts
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def timeouts @timeouts end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def workflow_id @workflow_id end |
#workflow_type ⇒ Object
Returns the value of attribute workflow_type
6 7 8 |
# File 'lib/temporal/workflow/command.rb', line 6 def workflow_type @workflow_type end |