If a workflow uses XML data fields, you can specify an XML value or examine the value set by others.
In Process Designer, you access the XML value from
. If schema and element are not specified, XML Value can contain any valid XML. If a schema is defined, the template version of the schema displays.In a step processor, if the XML data field is specified for the step, the participant can view or edit the data. The XML data field value must be valid XML; if it is not, the changes will be discarded.
<VehicleReg xmlns=""http://www.filenet.com/ns/fnpe/2004/06/po/schema/Data"">
<Owner>Joe</Owner>
<Vehicle>
<VIN>1234</VIN>
<Value>12345.67</Value>
</Vehicle>
</VehicleReg>