Class: Cadence::Workflow::Decision::ScheduleActivity

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

Overview

TODO: Move these classes into their own directories under workflow/decision/*

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idObject

Returns the value of attribute activity_id



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

def activity_id
  @activity_id
end

#activity_typeObject

Returns the value of attribute activity_type



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

def activity_type
  @activity_type
end

#domainObject

Returns the value of attribute domain



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

def domain
  @domain
end

#headersObject

Returns the value of attribute headers



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

def headers
  @headers
end

#inputObject

Returns the value of attribute input



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

def input
  @input
end

#retry_policyObject

Returns the value of attribute retry_policy



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

def retry_policy
  @retry_policy
end

#task_listObject

Returns the value of attribute task_list



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

def task_list
  @task_list
end

#timeoutsObject

Returns the value of attribute timeouts



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

def timeouts
  @timeouts
end