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:

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 NameTypeDescription
$featureFeatureThe feature being evaluated by the task.
$datastoreFeatureSetCollectionA 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

Boolean

  1. Data source can be a feature service, file geodatabase, mobile geodatabase, or mobile service.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.