Hi everyone,
I’m working with a React ArcGIS application and need to set up an editing workflow.
When an Editor makes changes, those edits should not immediately update the final data.
Instead, the edits should go for Admin review.
Only if the Admin approves should the updated data be visible to all users.
If the Admin rejects, the layer should continue to show the previous data (as if no edit was applied).
Is there a recommended approach in ArcGIS for handling this type of process.
Any guidance, best practices, or examples from others who have solved this type of workflow would be very helpful.