Class: Cadence::Workflow::Decision::StartChildWorkflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/cadence/workflow/decision.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def domain
  @domain
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def headers
  @headers
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def input
  @input
end

#retry_policyObject

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def retry_policy
  @retry_policy
end

#task_listObject

Returns the value of attribute task_list

Returns:

  • (Object)

    the current value of task_list



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def task_list
  @task_list
end

#timeoutsObject

Returns the value of attribute timeouts

Returns:

  • (Object)

    the current value of timeouts



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def timeouts
  @timeouts
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def workflow_id
  @workflow_id
end

#workflow_typeObject

Returns the value of attribute workflow_type

Returns:

  • (Object)

    the current value of workflow_type



6
7
8
# File 'lib/cadence/workflow/decision.rb', line 6

def workflow_type
  @workflow_type
end