Skip to main content
Nintex Community Menu Bar

How to populate a process xml field

  • March 8, 2016
  • 0 replies
  • 3 views

Forum|alt.badge.img+12


 

Symptoms


How to populate a process xml field
 

Diagnoses


When trying to populate a process xml field (the elements) with some data coming from other data fields (strings).
How can this be accomplished?




 

Resolution

This is possible if you use a data event and then pass in the datafield into the xml, however this is not recommended as it will have implications on the environment going into the future. This is because data is being stored within the process which is further stored within the K2 database.

This can cause some huge performance hits such as CPU spikes etc.