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.
Scope Type | Properties Accessible | Properties Not Accessible |
---|---|---|
Workflow-scoped | Load, Preprocess, Presubprocess, Postsubprocess, Postprocess, Unload, all local and global subprocesses, subprocess flow controls, and the workflow itself | None |
Process-scoped | Preprocess, Presubprocess, Postsubprocess, Postprocess, all local and global subprocesses, subprocess flow controls | Load, Unload |
Subprocess-scoped | Presubprocess, Postsubprocess, and the subprocess itself | Load, Preprocess, Postprocess, Unload, all local and global subprocesses, subprocess flow controls, the workflow |