class Aws::Glue::Types::Workflow

A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.

@!attribute [rw] name

The name of the workflow.
@return [String]

@!attribute [rw] description

A description of the workflow.
@return [String]

@!attribute [rw] default_run_properties

A collection of properties to be used as part of each execution of
the workflow. The run properties are made available to each job in
the workflow. A job can modify the properties for the next jobs in
the flow.
@return [Hash<String,String>]

@!attribute [rw] created_on

The date and time when the workflow was created.
@return [Time]

@!attribute [rw] last_modified_on

The date and time when the workflow was last modified.
@return [Time]

@!attribute [rw] last_run

The information about the last execution of the workflow.
@return [Types::WorkflowRun]

@!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] max_concurrent_runs

You can use this parameter to prevent unwanted multiple updates to
data, to control costs, or in some cases, to prevent exceeding the
maximum number of concurrent runs of any of the component jobs. If
you leave this parameter blank, there is no limit to the number of
concurrent workflow runs.
@return [Integer]

@!attribute [rw] blueprint_details

This structure indicates the details of the blueprint that this
particular workflow is created from.
@return [Types::BlueprintDetails]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Workflow AWS API Documentation

Constants

SENSITIVE