snapshotNumber property
An increasing sequence that is set when a new snapshot is created.
The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
Optional.
Implementation
core.String? snapshotNumber;