Tasks
Since version: 1.15
With the Tasks profile, ArcGIS Pro Tasks authors can write verification actions to evaluate whether or not a selection of features meets the criteria defined in the expression. Tasks verification actions prevent the user from proceeding to the next step based on evaluation of the provided expression. The script should return a Boolean with true indicating the feature meets the verification criteria or false indicating it does not meet the criteria.
Context
The following products implement this profile:
- ArcGIS Pro
- ArcGIS Enterprise
Spatial reference
The spatial reference of the layer from which $feature
originates determines the spatial reference of the expression's execution context.
Profile variables
Variable Name | Type | Description |
---|---|---|
$feature | Feature | The feature being evaluated by the task. |
$datastore | FeatureSetCollection | A collection of layers in the same feature service or database as the $feature being evaluated by the task. |
Function bundles
Core | Geometry | Data Access | Portal Access