1 Reply Latest reply on Jan 10, 2007 7:17 AM by koen.aers

    Delegation escaping

    leobaz2

      I am trying to add a map to my delegation but it seems that the process designer is escaping the '<' and '>' in the processdefinition.xml source which is causing problems. I have to manually go to the source and change it back.

      For example,

      mykey1myvalue1mykey2myvalue2

      is being changed to

      &lt;properties&gt;&lt;entry&gt;&lt;key&gt;mykey1&lt;/key&gt; ... you get the point

      Is this a bug? I tried searching but did not find anything.