| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.WorkflowRun
Description
Synopsis
- data WorkflowRun = WorkflowRun' {
- completedOn :: Maybe POSIX
- errorMessage :: Maybe Text
- graph :: Maybe WorkflowGraph
- name :: Maybe Text
- previousRunId :: Maybe Text
- startedOn :: Maybe POSIX
- startingEventBatchCondition :: Maybe StartingEventBatchCondition
- statistics :: Maybe WorkflowRunStatistics
- status :: Maybe WorkflowRunStatus
- workflowRunId :: Maybe Text
- workflowRunProperties :: Maybe (HashMap Text Text)
- newWorkflowRun :: WorkflowRun
- workflowRun_completedOn :: Lens' WorkflowRun (Maybe UTCTime)
- workflowRun_errorMessage :: Lens' WorkflowRun (Maybe Text)
- workflowRun_graph :: Lens' WorkflowRun (Maybe WorkflowGraph)
- workflowRun_name :: Lens' WorkflowRun (Maybe Text)
- workflowRun_previousRunId :: Lens' WorkflowRun (Maybe Text)
- workflowRun_startedOn :: Lens' WorkflowRun (Maybe UTCTime)
- workflowRun_startingEventBatchCondition :: Lens' WorkflowRun (Maybe StartingEventBatchCondition)
- workflowRun_statistics :: Lens' WorkflowRun (Maybe WorkflowRunStatistics)
- workflowRun_status :: Lens' WorkflowRun (Maybe WorkflowRunStatus)
- workflowRun_workflowRunId :: Lens' WorkflowRun (Maybe Text)
- workflowRun_workflowRunProperties :: Lens' WorkflowRun (Maybe (HashMap Text Text))
Documentation
data WorkflowRun Source #
A workflow run is an execution of a workflow providing all the runtime information.
See: newWorkflowRun smart constructor.
Constructors
| WorkflowRun' | |
Fields
| |
Instances
newWorkflowRun :: WorkflowRun Source #
Create a value of WorkflowRun with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:completedOn:WorkflowRun', workflowRun_completedOn - The date and time when the workflow run completed.
$sel:errorMessage:WorkflowRun', workflowRun_errorMessage - 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."
$sel:graph:WorkflowRun', workflowRun_graph - The graph representing all the Glue components that belong to the
workflow as nodes and directed connections between them as edges.
$sel:name:WorkflowRun', workflowRun_name - Name of the workflow that was run.
$sel:previousRunId:WorkflowRun', workflowRun_previousRunId - The ID of the previous workflow run.
$sel:startedOn:WorkflowRun', workflowRun_startedOn - The date and time when the workflow run was started.
$sel:startingEventBatchCondition:WorkflowRun', workflowRun_startingEventBatchCondition - The batch condition that started the workflow run.
$sel:statistics:WorkflowRun', workflowRun_statistics - The statistics of the run.
$sel:status:WorkflowRun', workflowRun_status - The status of the workflow run.
$sel:workflowRunId:WorkflowRun', workflowRun_workflowRunId - The ID of this workflow run.
$sel:workflowRunProperties:WorkflowRun', workflowRun_workflowRunProperties - The workflow run properties which were set during the run.
workflowRun_completedOn :: Lens' WorkflowRun (Maybe UTCTime) Source #
The date and time when the workflow run completed.
workflowRun_errorMessage :: Lens' WorkflowRun (Maybe Text) Source #
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."
workflowRun_graph :: Lens' WorkflowRun (Maybe WorkflowGraph) Source #
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
workflowRun_name :: Lens' WorkflowRun (Maybe Text) Source #
Name of the workflow that was run.
workflowRun_previousRunId :: Lens' WorkflowRun (Maybe Text) Source #
The ID of the previous workflow run.
workflowRun_startedOn :: Lens' WorkflowRun (Maybe UTCTime) Source #
The date and time when the workflow run was started.
workflowRun_startingEventBatchCondition :: Lens' WorkflowRun (Maybe StartingEventBatchCondition) Source #
The batch condition that started the workflow run.
workflowRun_statistics :: Lens' WorkflowRun (Maybe WorkflowRunStatistics) Source #
The statistics of the run.
workflowRun_status :: Lens' WorkflowRun (Maybe WorkflowRunStatus) Source #
The status of the workflow run.
workflowRun_workflowRunId :: Lens' WorkflowRun (Maybe Text) Source #
The ID of this workflow run.
workflowRun_workflowRunProperties :: Lens' WorkflowRun (Maybe (HashMap Text Text)) Source #
The workflow run properties which were set during the run.