Skip to main content

Hi All,


            I need to pass double dimension array form asp.net application to K2 process. To achieve this which type of data field I need to declare in K2 and how to pass value from application to K2 process.


 Thanks in advance


Ramesh Paladi

I don't know if binary field type can handle that but you might need to convert it into xml and put it in xmldata field.   See if anyone else can chime in.

Complex datatypes and arrays can be serialized and stored in XML datafields.  Create your schema first and add it to the XML field, then use the System.XML.Serialization namespace to serialize your object into XML.

Reply