Buffer cannot be null, updating workflowview.xml

cloperfido
New Contributor II

When trying to update another user's workflow view within OS, I'm seeing the following error. Replacing the current file with an updated xml works but I would like to avoid that if possible. Any ideas?

cmloperfido_1-1675866646443.png

 

 

1 ACCEPTED SOLUTION

JackLacava
Community Manager
Community Manager

Modifying that file directly is not really a supported approach... There is a decent risk of syntax errors, among other things. If you really need to, you can manipulate it via rules using the standard System.Xml library from .Net.

View solution in original post

2 REPLIES 2

JackLacava
Community Manager
Community Manager

Modifying that file directly is not really a supported approach... There is a decent risk of syntax errors, among other things. If you really need to, you can manipulate it via rules using the standard System.Xml library from .Net.

Thanks for the response, Jack!