Class: Temporalio::Client::Interceptor::TerminateWorkflowInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def details
  @details
end

#first_execution_run_idObject

Returns the value of attribute first_execution_run_id

Returns:

  • (Object)

    the current value of first_execution_run_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def first_execution_run_id
  @first_execution_run_id
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def reason
  @reason
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def run_id
  @run_id
end

#workflow_idObject

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



140
141
142
# File 'lib/temporalio/client/interceptor.rb', line 140

def workflow_id
  @workflow_id
end