Bentley Systems · Arazzo Workflow
Bentley Advance an Issue Through Its Workflow
Version 1.0.0
Read an issue, update its status, record an audit-trail entry, and read back its workflow state.
View Spec
View on GitHub
Infrastructure EngineeringDigital TwinBIMCADReality CaptureConstructionAsset ManagementGeospatialiTwiniModelArazzoWorkflows
Provider
Workflows
advance-issue
Read an issue, change its status, log an audit entry, and confirm workflow state.
Reads a single issue, updates its status, records an audit-trail entry for the transition, and reads the issue's workflow back to confirm the new state.
1
readIssue
{$sourceDescriptions.issuesApi.url}#/paths/~1{issueId}/get
Read the issue's current state so the transition is applied against a known starting point.
2
updateStatus
UpdateIssue
Update the issue to its new status. This is the workflow transition itself.
3
recordAudit
CreateAuditTrail
Record an audit-trail entry capturing the status transition so the change is traceable.
4
confirmWorkflow
GetWorkflow
Read the issue's workflow state back to confirm the transition was applied.