You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::WorkflowRun

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A workflow run is an execution of a workflow providing all the runtime information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The date and time when the workflow run completed.

Returns:

  • (Time)

    The date and time when the workflow run completed.

#error_messageString

This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is \"Concurrent runs exceeded for workflow: foo.\"

Returns:

  • (String)

    This error message describes any error that may have occurred in starting the workflow run.

#graphTypes::WorkflowGraph

The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.

Returns:

  • (Types::WorkflowGraph)

    The graph representing all the AWS Glue components that belong to the workflow as nodes and directed connections between them as edges.

#nameString

Name of the workflow that was executed.

Returns:

  • (String)

    Name of the workflow that was executed.

#previous_run_idString

The ID of the previous workflow run.

Returns:

  • (String)

    The ID of the previous workflow run.

#started_onTime

The date and time when the workflow run was started.

Returns:

  • (Time)

    The date and time when the workflow run was started.

#statisticsTypes::WorkflowRunStatistics

The statistics of the run.

Returns:

#statusString

The status of the workflow run.

Possible values:

  • RUNNING
  • COMPLETED
  • STOPPING
  • STOPPED
  • ERROR

Returns:

  • (String)

    The status of the workflow run.

#workflow_run_idString

The ID of this workflow run.

Returns:

  • (String)

    The ID of this workflow run.

#workflow_run_propertiesHash<String,String>

The workflow run properties which were set during the run.

Returns:

  • (Hash<String,String>)

    The workflow run properties which were set during the run.