Bentley Systems · Arazzo Workflow
Bentley Publish a Form Template and Submit an Instance
Version 1.0.0
Create a form template, submit a filled instance against it, and attach supporting media.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
publish-form
Create a form template, submit an instance against it, and attach a file.
Creates a reusable form template, submits a filled form instance that references that template, and attaches a supporting file to the instance.
1
createTemplate
CreateTemplate
Create the reusable form template. Its definition id is referenced by the submitted instance.
2
submitInstance
CreateInstance
Submit a filled form instance against the created template, carrying the template's definition id so the values map to the right schema.
3
attachToInstance
CreateAttachment
Attach a supporting file to the submitted form instance so the captured data carries its evidence.