Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It defines the maximum size for serialized values in operation inputs and outputs, truncating any that exceed this limit. |
| What area does it affect? |
Process Flow Reporting |
| What does the default mean? |
The default value is "16384", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting data handling requirements or troubleshooting serialization issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.process_flow.reporting.serialized.val_size_limit |
| Sys ID |
817b09c09f211300808b7501942e7084 |
| Type |
integer |
| Application |
Global |
| Default value |
16384 |
| Description |
When serializing operation inputs/ouputs, any value that exceeds this threshold will be truncated |
| Updated |
2024-05-25 04:34:44 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... Each step has its own row displaying the variable name, data type, configuration settings, and runtime value. Core actions don’t display steps because you can’t change their configuration. Change the com.snc.process_flow.reporting.serialized.val_size_limit system property to truncate runtime values in the flow execution details step configuration. To learn more, see Workflow Studio flow system properties. Start time View the local time when an ...
Context preview
Snippet 2
... synchronize third-party learning content with your ServiceNow instance, if the word count of the content being pulled into your instance exceeds the value set for this property, the synchronization fails. com.snc.process_flow.reporting.serialized.val_size_limit Specify the number of bytes allowed for runtime values in each step in the flow execution details. To prevent truncation, set the value to an integer equal to or less ...
Context preview
Snippet 3
... third-party learning content with your ServiceNow instance, if the word count of the content being pulled into your instance exceeds the value set for this property, the synchronization will fail. com.snc.process_flow.reporting.serialized.val_size_limit Specify the number of bytes allowed for runtime values in each step in the flow execution details. To prevent truncation, set the value to an integer equal to or less ...
Context preview
Snippet 4
... successfully run this API call, you must set certain properties: a. In the application navigator, enter sys_properties.list. b. For each of the following properties, set the value to 1638400: ▪com.glide.transform.json.max-partial-length ▪com.snc.process_flow.reporting.serialized.val_size_limit For more information on these system properties, see Coaching With Learning System Properties . 3. Activate schedule flows to integrate third-party learning content. a. Navigate to Process Automation > Flow ...
Context preview
Snippet 5
... are associated. 1357 • Copy and record the client value of the target host where the SAP ECC RFC server is installed. • Configure the values of these system properties: ◦com.snc.process_flow.reporting.serialized.val_size_limit: This property serializes JSON objects and ensures that the data is in the required format. Specify the number of bytes as per your requirement. For more information, see Workflow Studio ...
Context preview
Snippet 6
... API call, you must do the following: a. In the application navigator, enter sys_properties.list and press Enter. b. For each of the following properties, set the value to 1638400: ▪com.glide.transform.json.max-partial-length ▪com.snc.process_flow.reporting.serialized.val_size_limit © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other ...
Related properties