WorkflowStepClientDataDto
Response containing the current client field values for an UpdateClientData workflow step.
Properties
| Name | Type | Description |
|---|---|---|
| fields | array of WorkflowStepClientDataFieldDto | The fields configured on this step with their current values and metadata. |
The fields configured on this step with their current values and metadata. | ||
JSON Example
{
"fields": [
{
"fieldType": "...",
"clientField": "...",
"customFieldDefinitionCode": "...",
"label": "...",
"dataType": "..."
}
]
}