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 expression's data source1 determines the execution context's spatial reference.
Time zone
The time zone of the expression's data source1 determines the execution context's default time zone.
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
Return types
- Data source can be a feature service, file geodatabase, mobile geodatabase, or mobile service.