class Aws::Glue::Types::WorkflowRun
A workflow run is an execution of a workflow providing all the runtime information.
@!attribute [rw] name
Name of the workflow that was run. @return [String]
@!attribute [rw] workflow_run_id
The ID of this workflow run. @return [String]
@!attribute [rw] previous_run_id
The ID of the previous workflow run. @return [String]
@!attribute [rw] workflow_run_properties
The workflow run properties which were set during the run. @return [Hash<String,String>]
@!attribute [rw] started_on
The date and time when the workflow run was started. @return [Time]
@!attribute [rw] completed_on
The date and time when the workflow run completed. @return [Time]
@!attribute [rw] status
The status of the workflow run. @return [String]
@!attribute [rw] error_message
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`." @return [String]
@!attribute [rw] statistics
The statistics of the run. @return [Types::WorkflowRunStatistics]
@!attribute [rw] graph
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges. @return [Types::WorkflowGraph]
@!attribute [rw] starting_event_batch_condition
The batch condition that started the workflow run. @return [Types::StartingEventBatchCondition]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/WorkflowRun AWS API Documentation
Constants
- SENSITIVE