Class: Temporal::Workflow::Command::RequestActivityCancellation

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporal/workflow/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idObject

Returns the value of attribute activity_id

Returns:

  • (Object)

    the current value of activity_id



8
9
10
# File 'lib/temporal/workflow/command.rb', line 8

def activity_id
  @activity_id
end