WorkflowRun

A workflow run is an execution of a workflow providing all the runtime information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val name: String?

Name of the workflow that was run.

Link copied to clipboard

The ID of the previous workflow run.

Link copied to clipboard

The date and time when the workflow run was started.

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.

Functions

Link copied to clipboard
inline fun copy(block: WorkflowRun.Builder.() -> Unit = {}): WorkflowRun
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String