Workflow (Actions)
The application caches information about actions files. The preferences are not customer modifiable. See also FeatureLockDown.
This preference category contains the following subfeature(s):
Actions (cached information)
Summary table
aID |
A unique identifier for the action. If this entry is missing, Acrobat generates a GUID. |
tBaseFolderName |
An alias referring to a particular folder. |
tDescription |
A description of the action that is shown in various places in the UI. |
tFileFormat |
The version number associated with the file format. |
tRelativeDIPath |
The path relative to the base folder path. |
tTitle |
A cached title for the action. |
|
Data type |
text: String value > REG_SZ
|
Default |
|
Version # |
11.0+ |
HKCU Path |
Workflow\cRegistered |
HKLM Path |
Not lockable |
Summary |
An alias referring to a particular folder. |
Details |
The two standard values are "install" and "user", which refer to the application-level Sequences folder and the user-level Sequences folders, respectively. The name can also refer to an administrator-specified folder. Possible values include:
|
|
Data type |
text: String value > REG_SZ
|
Default |
|
Version # |
11.0+ |
HKCU Path |
Workflow\cRegistered |
HKLM Path |
Not lockable |
Summary |
The version number associated with the file format. |
Details |
The two valid values are "11" for an Acrobat 11-format .sequ file or "pre-11" for an Acrobat 10-or-earlier format .sequ file. Possible values include:
- Any valid version number.
|
|
Data type |
text: String value > REG_SZ
|
Default |
|
Version # |
11.0+ |
HKCU Path |
Workflow\cRegistered |
HKLM Path |
Not lockable |
Summary |
The path relative to the base folder path. |
Details |
The path should follow the syntax for relative file specifications documented in Section 3.10.1 File Specification Strings in the PDF Reference, version 1.7 or later. Typically, it is just the name of the .sequ file; for example, MyAction.sequ. Possible values include:
|
|
Data type |
text: String value > REG_SZ
|
Default |
|
Version # |
11.0+ |
HKCU Path |
Workflow\cRegistered |
HKLM Path |
Not lockable |
Summary |
A cached title for the action. |
Details |
If this entry is missing, Acrobat will get the action's title by reading it from the action file (or from the filename of the action file for pre-11 Actions). Possible values include:
|
Actions (shared folders)
11.0 introduces the ability for admins to configure shared action file directories.
Summary table
tDIPath |
Specifies a shared action file location. |
tName |
Specifies a shared action file. |
|
Data type |
text: String value > REG_SZ
|
Default |
null |
Version # |
11.0+ |
HKLM Path |
FeatureLockDown\cWorkflow\cBaseFolders\c(index) |
Summary |
Specifies a shared action file location. |
Details |
Possible values include:
- Any valid and shared file location.
|