Object Set Specification
Here we describe how sets of repository objects are specified in activities.
(Represented by ObjectSetType
type.)
Item | Meaning | Default |
---|---|---|
|
Type of objects to be processed. |
Depends on the specific activity. Usually |
|
Query to use. |
Depends on the specific activity. Usually none, i.e. all objects of given type are processed. |
|
Search options to use. |
No options. |
|
Whether to go directly to repository (bypassing e.g. authorizations). |
Depends on the specific activity. |
|
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.