StateMachineRunId

data class StateMachineRunId(val uuid: UUID)

A unique identifier for a single state machine run, valid across node restarts. Note that a single run always has at least one flow, but that flow may also invoke sub-flows: they all share the same run id.

Constructors

Link copied to clipboard
constructor(uuid: UUID)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val uuid: UUID

Functions

Link copied to clipboard
open override fun toString(): String