CustomFieldConfig
Caller-extensible field carried alongside the blueprint at run time. Unlike inputs (data the caller supplies) or template fields (placed on documents), custom fields are arbitrary key/value metadata — useful for tagging workflows with reference IDs, deal numbers, or computed flags that downstream systems consume.
- keyType: stringrequired
Unique identifier for this custom field. Used as the property name when the value is exposed downstream.
- nameType: stringrequired
Human-readable label shown in Studio.
- value
Value for the custom field (can be literal or JSONata expression)
- Type: string
Value for the custom field (can be literal or JSONata expression)
