2.72:Scope (Property): Difference between revisions

From Grooper Wiki
No edit summary
Line 1: Line 1:
[[Activity|Activities]] can run at different levels in a [[Batch]].  
<onlyinclude>
<blockquote style="font-size:14pt">
The '''''Scope''''' property of an '''[[Activity]]''' determines at which level in a '''[[Batch]]''' hierarchy the '''Activity''' runs.
</blockquote>
 
'''Activities''' can run at different levels in a '''Batch'''.  


They can run on the following:
They can run on the following:


* [[Batch]]
* '''Batch'''
* [[Batch Folder]]s within the batch (including document folders)
* '''[[Batch Folder]]s''' within the batch (including document folders)
* Individual [[Batch Page]] level. 
* Individual '''[[Batch Page]]''' level 
</onlyinclude>
 
At which level the [[Activity]] runs is set by the "Scope" property.


== About ==
== About ==

Revision as of 16:38, 24 November 2020

The Scope property of an Activity determines at which level in a Batch hierarchy the Activity runs.

Activities can run at different levels in a Batch.

They can run on the following:


About

One example of how scope is used in Grooper is seen below. In this example the Separate activity using the Undo Separation provider was run on a Batch containing multiple folder levels. The activity was run at three scope levels:

  1. The Batch level
  2. The first Batch Folder level
  3. The second Batch Folder level


The original Batch with three Batch Folder levels Undo Separation ran at the "Batch" scope.
  • All folders are removed.
Undo Separation ran at "Folder Level 1" scope.
  • All folders below the first level are removed.
Undo Separation ran at "Folder Level 2" scope.
  • All folders below the second level are removed.