running ID
The runningID is a unique string identifier of the running version. This implementation uses random-based UUIDs. This guarantees (to a high probability) that each running version in a distributed system is uniquely identified. The pair of runningID and runningTime result in a sortable unique identifier.
The runningID can safely be used as an access identifier, also in distributed use-cases.