Playbook Cannot Be Opened in WorkflowsIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } The playbook cannot be opened in Workflows, resulting in multiple errors being displayed. The issue can be reproduced by following these steps:1. Open Workflow from the All Navigator2. Open any playbook3. Observe multiple issues getting populated Symptoms<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } When checking the logs, we can see the error messages: Please reload the process. The following error(s) occurred: Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/sysId - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/durationType - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/source - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/sourceType - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/percentageTimerInputDatetime - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/timerPercentage - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/timerRelativeDurationDatetime - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/timerRelativeDurationOperator - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/timerSchedule - null, Exception encountered processing path: /now/pad/updateProcessData/lanes[0]/startDelay/timerAttributes/timerDuration - null Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } N/A Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } To resolve the issue, follow these steps:1. Check if the GraphQL debug properties are enabled in the instance.2. If the debug properties are enabled, disable them by unchecking the relevant boxes.3. After disabling the debug properties, test the system to see if the issue has been resolved.4. If the issue persists, further investigation may be required to identify the underlying cause.