Bentley Systems · Arazzo Workflow
Bentley Tag a Named Version From the Latest Changeset
Version 1.0.0
Resolve the most recent changeset on an iModel and pin a named version to it.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
tag-named-version
Create a named version pinned to the latest changeset of an iModel.
Lists the changesets on an iModel, picks the most recent changeset id, and creates a named version that references it, then reads the named version back to verify it.
1
listChangesets
GetChangesets
Read the iModel's changesets. The most recent changeset becomes the anchor point for the named version.
2
createNamedVersion
CreateNamedVersion
Create a named version that pins the iModel at the latest changeset so it can be cited by downstream consumers.
3
confirmNamedVersion
GetNamedVersion
Read the created named version back to confirm it is visible and anchored to the expected changeset.