Workflows Executions V1beta API - Class Google::Cloud::Workflows::Executions::V1beta::Execution (v0.8.0)

Reference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::Execution.

A running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#argument

def argument() -> ::String
Returns
  • (::String) — Input parameters of the execution represented as a JSON string. The size limit is 32KB.

#argument=

def argument=(value) -> ::String
Parameter
  • value (::String) — Input parameters of the execution represented as a JSON string. The size limit is 32KB.
Returns
  • (::String) — Input parameters of the execution represented as a JSON string. The size limit is 32KB.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#error

def error() -> ::Google::Cloud::Workflows::Executions::V1beta::Execution::Error
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name of the execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

#result

def result() -> ::String
Returns
  • (::String) — Output only. Output of the execution represented as a JSON string. The value can only be present if the execution's state is SUCCEEDED.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#state

def state() -> ::Google::Cloud::Workflows::Executions::V1beta::Execution::State
Returns

#workflow_revision_id

def workflow_revision_id() -> ::String
Returns
  • (::String) — Output only. Revision of the workflow this execution is using.