Creates a new Feature (Esri Graphic) object from the supplied geometry, attributes and symbol.
You may need to create a feature with information you have generated within the workflow. To create a feature you could gather input from a user using the Display Form activity then use the Create Feature activity with the information provided from the user.
Attributes |
Optional Type: Object Name-value pairs of fields and field values associated with the feature. |
Geometry |
Optional Type: esri.Geometry (3.x, 4.x)* The geometry that defines the feature's location. |
Symbol |
Optional The symbol for the feature. You should only use this if you are adding the feature to a Graphics Layer. If you are using it on a Feature Layer, set the renderer on the layer. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...