WorkflowRunStatistics

Workflow run statistics provides statistics about the workflow run.

Types

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

Properties

Link copied to clipboard

Indicates the count of job runs in the ERROR state in the workflow run.

Link copied to clipboard

Total number of Actions that have failed.

Link copied to clipboard

Total number Actions in running state.

Link copied to clipboard

Total number of Actions that have stopped.

Link copied to clipboard

Total number of Actions that have succeeded.

Link copied to clipboard

Total number of Actions that timed out.

Link copied to clipboard

Total number of Actions in the workflow run.

Link copied to clipboard

Indicates the count of job runs in WAITING state in the workflow run.

Functions

Link copied to clipboard
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