Class FormContext.Instance
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This data structure contains information about the process instance.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
FormContext.Instance.baseTemplateId
The ID of the instance's base template.
|
| <static> |
FormContext.Instance.id
The instance's ID which is altered with every instance change.
|
| <static> |
FormContext.Instance.logId
The instance's log ID which remains the same across all instance changes.
|
| <static> |
FormContext.Instance.name
The instance's name.
|
Class Detail
FormContext.Instance()
This data structure contains information about the process instance.
Field Detail
<static>
{String}
FormContext.Instance.baseTemplateId
The ID of the instance's base template.
<static>
{String}
FormContext.Instance.id
The instance's ID which is altered with every instance change.
<static>
{String}
FormContext.Instance.logId
The instance's log ID which remains the same across all instance changes.
<static>
{String}
FormContext.Instance.name
The instance's name.