Workflow Node element
This option element is only used in combination with:
The option value represents a list of distinct values in a selected field.
| Attribute | Description | Required |
|---|---|---|
| label | The text shown as a label in the user interface. | true |
| path | Node path. Usually a document path. | false |
| uuid | Node uuid. Usually a valid document uuid. | false |
Parent:
Basic download example
Section titled “Basic download example”- Download button with node element.
- uuid is a valid document uuid.
<workflow-form> <download name="download" label="Download document"> <node label="download" uuid="afb8ac33-912d-4515-e29b-1c01b693809a" /> </download></workflow-form>