Class: Google::Cloud::Workflows::Executions::V1::Execution::Status::Step

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/executions/v1/executions.rb

Overview

Represents a step of the workflow this execution is running.

Instance Attribute Summary collapse

Instance Attribute Details

#routine::String

Returns Name of a routine within the workflow.

Returns:

  • (::String)

    Name of a routine within the workflow.



167
168
169
170
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 167

class Step
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#step::String

Returns Name of a step within the routine.

Returns:

  • (::String)

    Name of a step within the routine.



167
168
169
170
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 167

class Step
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end