data class StateMachineRunId
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.
| uuid |
val uuid: UUID |
| toString |
fun toString(): String |
| createRandom |
fun createRandom(): StateMachineRunId |
| wrap |
fun wrap(uuid: UUID): StateMachineRunId |