static WorkflowRun.Builder |
WorkflowRun.builder() |
|
WorkflowRun.Builder |
WorkflowRun.Builder.completedOn(Instant completedOn) |
The date and time when the workflow run completed.
|
WorkflowRun.Builder |
WorkflowRun.Builder.errorMessage(String errorMessage) |
This error message describes any error that may have occurred in starting the workflow run.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.graph(Consumer<WorkflowGraph.Builder> graph) |
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun.Builder |
WorkflowRun.Builder.graph(WorkflowGraph graph) |
The graph representing all the Glue components that belong to the workflow as nodes and directed connections
between them as edges.
|
WorkflowRun.Builder |
WorkflowRun.Builder.name(String name) |
Name of the workflow that was run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.previousRunId(String previousRunId) |
The ID of the previous workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.startedOn(Instant startedOn) |
The date and time when the workflow run was started.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.startingEventBatchCondition(Consumer<StartingEventBatchCondition.Builder> startingEventBatchCondition) |
The batch condition that started the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.startingEventBatchCondition(StartingEventBatchCondition startingEventBatchCondition) |
The batch condition that started the workflow run.
|
default WorkflowRun.Builder |
WorkflowRun.Builder.statistics(Consumer<WorkflowRunStatistics.Builder> statistics) |
The statistics of the run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.statistics(WorkflowRunStatistics statistics) |
The statistics of the run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.status(String status) |
The status of the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.status(WorkflowRunStatus status) |
The status of the workflow run.
|
WorkflowRun.Builder |
WorkflowRun.toBuilder() |
|
WorkflowRun.Builder |
WorkflowRun.Builder.workflowRunId(String workflowRunId) |
The ID of this workflow run.
|
WorkflowRun.Builder |
WorkflowRun.Builder.workflowRunProperties(Map<String,String> workflowRunProperties) |
The workflow run properties which were set during the run.
|