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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of domain



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

def domain
  @domain
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of timeouts



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

def timeouts
  @timeouts
end