Bentley Systems · Arazzo Workflow
Bentley Start an iModel Authoring Session
Version 1.0.0
Acquire a briefcase, take element locks, and push a changeset to author an iModel.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
authoring-session
Acquire a briefcase, lock elements, and push a changeset.
Acquires a briefcase for an iModel, applies element locks for that briefcase, and pushes a changeset that captures the authored modifications.
1
acquireBriefcase
AcquireBriefcase
Acquire a briefcase for the iModel. The briefcase id identifies this authoring session and owns any locks taken during it.
2
takeLocks
UpdateLocks
Apply element locks for the acquired briefcase so the elements about to be edited cannot be modified concurrently by another session.
3
pushChangeset
CreateChangeset
Push a changeset that records the modifications authored during the session under the acquired briefcase.