Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 934 Bytes

File metadata and controls

28 lines (17 loc) · 934 Bytes
title Export XML
parent integration-activities

With the export-XML action you can export the data stored in domain model entities into an XML document.

{{% alert type="info" %}}

See Microflow Element Common Properties for properties that all activities share (e.g. caption). This page only describes the properties specific to the action.

{{% /alert %}}

Action Properties

Domain-to-XML mapping

The domain-to-XML mapping defines in which way the data in the domain model corresponds with the XML document.

Argument

If the domain-to-XML mapping requires an object as input, you can select a variable of the correct type.

Output Properties

There are two methods of storing the result of an Export XML action:

  • Inside a 'System.FileDocument'.
  • Inside a string variable.