Object Set Specification

Last modified 27 Mar 2023 21:54 +02:00

Here we describe how sets of repository objects are specified in activities. (Represented by ObjectSetType type.)

Item Meaning Default

type

Type of objects to be processed.

Depends on the specific activity. Usually ObjectType.

query

Query to use.

Depends on the specific activity. Usually none, i.e. all objects of given type are processed.

searchOptions

Search options to use.

No options.

useRepositoryDirectly

Whether to go directly to repository (bypassing e.g. authorizations).

Depends on the specific activity.

failedObjectsSelector

Used for activities intended to re-process objects that failed to be processed by a "regular" activity that was run before.

No failed objects selection. (Processing all objects.)

For more information about handling failed objects, please see Activity Error Handling page.

Was this page helpful?
YES NO
Thanks for your feedback