Indicates whether a custom workflow action can only be used in reusable or list workflows associated with a SharePoint document library.
<NintexWorkflowActivity> <DocumentLibrariesOnly>Boolean</DocumentLibrariesOnly> </NintexWorkflowActivity>
Characteristic | Description |
Data type and length | Boolean |
Default value | None |
Cardinality | 1..1: Required element that occurs only once. |
Relationship | Element |
Parent elements | NintexWorkflowActivity |
Child elements | None |
The value of this element determines whether the custom workflow action can be used only in workflows built for SharePoint document libraries. If the value is set to true, the custom action is valid only for workflows built on SharePoint document libraries; otherwise, the custom action is valid for workflows built on both SharePoint lists and SharePoint document libraries. If a value is not specified, the default value is false.
When the action definition file is imported in Nintex Workflow Management, the Document Libraries Only field is set to Document libraries only if the value of this element is set to true; otherwise, the field is set to All lists and libraries.
The following example indicates that the custom action is valid for workflows built on both SharePoint lists and SharePoint document libraries.
<DocumentLibrariesOnly>false</DocumentLibrariesOnly>