ProcessNode
Represents decision points and steps within a process definition.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the process node record. | |
| Name | String | True |
Display name of the process node, typically used in the user interface. | |
| DeveloperName | String | True |
API name of the process node, used in automation and development. | |
| ProcessDefinitionId | String | True |
Identifier of the approval process definition that this node is part of. | |
| Description | String | True |
Text description providing details about the purpose or function of this process node. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to the process node. |