laptop and a wrench

Bug

The Editor.startUpdateWorkflowAtFeatureEdit() method does not display updated geometry and editing is not ended after the feature edits are applied.

Last Published: December 13, 2019 ArcGIS API for JavaScript
Bug ID Number BUG-000124241
SubmittedAugust 5, 2019
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found4.12
Operating SystemN/A
Operating System VersionN/A
Version Fixed4.14
StatusFixed

Workaround

Force the Editor to stop editing after the feature update work. For example:

editor.viewModel.watch("syncing", (syncing) =>{

if(syncing===false){

editor.viewModel.cancelWorkflow()

}

})

Steps to Reproduce

Bug ID: BUG-000124241

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options