Bentley Systems · Arazzo Workflow
Bentley Clone an iModel and Wait for It
Version 1.0.0
Kick off an asynchronous iModel clone and poll the target iTwin until the clone is initialized.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
clone-imodel
Start an asynchronous iModel clone and poll the target iTwin until it is ready.
Submits a clone request for a source iModel into a target iTwin and then polls the target iTwin's iModel list, matching on the clone name, until the cloned iModel reports an initialized state.
1
startClone
CloneIModel
Submit the clone request. The iModels API accepts the asynchronous clone job with a 202 Accepted response and processes the copy in the background.
2
pollClone
GetIModels
Poll the iModels in the target iTwin, matching on the clone name, until the cloned iModel appears and reports an initialized state.