Ir al contenido
Otras versiones

Cargando…

Workflow Node element

Esta página aún no está disponible en tu idioma.

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 :
  • 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>