Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::Execution::Status::Step.
Represents a step of the workflow this execution is running.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#routine
def routine() -> ::String
Returns
- (::String) — Name of a routine within the workflow.
#routine=
def routine=(value) -> ::String
Parameter
- value (::String) — Name of a routine within the workflow.
Returns
- (::String) — Name of a routine within the workflow.
#step
def step() -> ::String
Returns
- (::String) — Name of a step within the routine.
#step=
def step=(value) -> ::String
Parameter
- value (::String) — Name of a step within the routine.
Returns
- (::String) — Name of a step within the routine.