Bentley Systems · Arazzo Workflow
Bentley Provision an iModel Inside a New iTwin
Version 1.0.0
Create an iTwin project container, provision an iModel inside it, and wait for initialization.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
provision-imodel
Create an iTwin, create an iModel inside it, and poll until initialized.
Provisions a fresh iTwin project container, creates an iModel within that iTwin, and then polls the iModel until it reports an initialized state.
1
createItwin
CreateiTwin
Create the top-level iTwin project container that will own the iModel and its reality data.
2
createImodel
CreateIModel
Create an iModel inside the newly created iTwin. The iTwinId links the iModel to its owning project container.
3
pollInitialized
GetIModel
Poll the iModel until its state reports initialized. The iModels API provisions storage asynchronously, so the resource may start as notInitialized immediately after creation.
Source API Descriptions
openapi