Scope Definitions

The scope of a property, as well as the location of the activity that it is defined on in a workflow, determines if it can be referenced or accessed by a workflow bind.

The following table defines the type of properties that are accessible in a workflow:
Scope TypeProperties AccessibleProperties Not Accessible
Workflow-scopedLoad, Preprocess, Presubprocess, Postsubprocess, Postprocess, Unload, all local and global subprocesses, subprocess flow controls, and the workflow itselfNone
Process-scopedPreprocess, Presubprocess, Postsubprocess, Postprocess, all local and global subprocesses, subprocess flow controlsLoad, Unload
Subprocess-scopedPresubprocess, Postsubprocess, and the subprocess itselfLoad, Preprocess, Postprocess, Unload, all local and global subprocesses, subprocess flow controls, the workflow