WorkflowRun
class WorkflowRun
A workflow run is an execution of a workflow providing all the runtime information.
Types
Properties
Link copied to clipboard
The date and time when the workflow run completed.
Link copied to clipboard
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
."
Link copied to clipboard
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
Link copied to clipboard
The ID of the previous workflow run.
Link copied to clipboard
The batch condition that started the workflow run.
Link copied to clipboard
The statistics of the run.
Link copied to clipboard
The status of the workflow run.
Link copied to clipboard
The ID of this workflow run.
Link copied to clipboard
The workflow run properties which were set during the run.