WorkflowStepMetadata

Runtime details and status for the workflow step.

Types

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

Properties

Link copied to clipboard

The step action name.

Link copied to clipboard

Description of the workflow step.

Link copied to clipboard

The timestamp when the workflow step finished.

Link copied to clipboard

Input parameters that Image Builder provides for the workflow step.

Link copied to clipboard

Detailed output message that the workflow step provides at runtime.

Link copied to clipboard
val name: String?

The name of the workflow step.

Link copied to clipboard

The file names that the workflow step created as output for this runtime instance of the workflow.

Link copied to clipboard

Reports on the rollback status of the step, if applicable.

Link copied to clipboard

The timestamp when the workflow step started.

Link copied to clipboard

Runtime status for the workflow step.

Link copied to clipboard

A unique identifier for the workflow step, assigned at runtime.

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