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
This profile was created for use in the following contexts:
- ArcGIS Pro
- ArcGIS Enterprise
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