StepState

class StepState

Represents the state of a step in a plan execution.

Types

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

Properties

Link copied to clipboard

The timestamp when a step endeded execution.

Link copied to clipboard
val name: String?

The name of a step in a workflow.

Link copied to clipboard

The timestamp when a step started execution.

Link copied to clipboard

The status of a step in a workflow. For example, a status might be Completed or Pending Approval.

Link copied to clipboard

The mode for a step execution. The mode can be Graceful or Ungraceful.

Functions

Link copied to clipboard
inline fun copy(block: StepState.Builder.() -> Unit = {}): StepState
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