Class FormContext.Node
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This data structure contains information about the process node containing
this form.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
FormContext.Node.description
The node's description (which is e.g.
|
| <static> |
FormContext.Node.id
The node's ID.
|
| <static> |
FormContext.Node.iteration
The current iteration of the node.
|
| <static> |
FormContext.Node.name
The node's name (which is e.g.
|
Class Detail
FormContext.Node()
This data structure contains information about the process node containing
this form.
Field Detail
<static>
{String}
FormContext.Node.description
The node's description (which is e.g. displayed in the work list).
<static>
{Number}
FormContext.Node.id
The node's ID.
<static>
{Number}
FormContext.Node.iteration
The current iteration of the node.
<static>
{String}
FormContext.Node.name
The node's name (which is e.g. displayed in the work list).