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 document valid uuid. |
false |
Parent : |
Basic download example
- Download button with node element.
- uuid is a valid document uuid.
<workflow-form task="download test">
<download name="download" label="Download document">
<node label="download" uuid="afb8ac33-912d-4515-e29b-1c01b693809a" />
</download>
</workflow-form>
Take it as an example. Normally it wants to assign dynamically a uuid, for it is used data attribute.
<download name="download" label="Download document" data="dynamic" />