Editor widget startCreateWorkflowAtFeatureEdit deprecation version 4.23

425
1
08-05-2022 01:48 AM
MichailMarinakis1
Occasional Contributor II

Hi all, 

we recently have upgraded to the 4.23 version of the ArcGIS JavaScript API. The Editor widget has a lot of deprecated methods since 4.23, one of them is the startCreateWorkflowAtFeatureEdit

We are using this method in order to start the editor directly at the attributes panel stage, since we programmatically select the feature template and we don't want the user to edit the geometry. 

We have the following questions:

  1. Is the new method startCreateFeaturesWorkflowAtFeatureCreation a replacement of the startCreateWorkflowAtFeatureEdit ? Is there any plan to have a new method e.g. startCreateFeaturesWorkflowAtFeatureEdit in the next releases?
  2. Is there any way to start the CreateFeaturesWorkflow directly to stage 3 i.e. the attributes panel, without placing a geometry? So far we managed to start the workflow directly to stage 2 i.e. we set a feature template programmatically but we cannot bypass the geometry placement. We have tried to set it via the editor's sketchviewmodel but without any luck. 

Any comment will be helpful! We want to upgrade to 4.24 and it's our only remaining issue 😉

 

 

1 Reply
MichailMarinakis1
Occasional Contributor II

tagging @JoseBanuelos , @ReneRubalcava 

Any help or feedback will be useful for us 😀

0 Kudos