FlowXmlExportProperties Properties
An object defining properties for the FlowXmlExportProperties class.
ValueOptions
Gets or sets the configuration options for variable value handling during XML export.
Type: IVariableValueOptions
The ValueOptions property specifies how variable values should be handled during the XML export operation. It is decorated with the JsonConverter attribute to ensure proper serialization of the VariableValueOptions concrete type. This property controls how workflow variables are processed and included in the exported XML.
ResumeOnError
Gets or sets whether the workflow should continue execution after encountering an error.
Type: bool
The ResumeOnError property determines if the workflow should attempt to continue processing after encountering an error during XML export. This property is marked as obsolete and will be replaced by the ErrorOptions property on January 1, 2024.
ErrorDescriptionObjectName
Gets or sets the name of the object that contains error description information.
Type: string
The ErrorDescriptionObjectName property specifies the name of the object that contains detailed error information. This property is marked as obsolete and will be replaced by the ErrorOptions property on January 1, 2024.
ErrorOptions
Gets or sets the error handling configuration options for the XML export operation.
Type: IFlowErrorOptions
The ErrorOptions property provides comprehensive error handling configuration for the XML export operation. It is decorated with the JsonConverter attribute to ensure proper serialization of the FlowErrorOptions concrete type. This property will replace the obsolete ResumeOnError and ErrorDescriptionObjectName properties on January 1, 2024.
ExportOptions
Gets or sets the configuration options for the XML file export operation.
Type: IFileExportOptions
The ExportOptions property defines the settings for the XML file export operation, including file format, encoding, and other export-specific configurations. It is decorated with the JsonConverter attribute to ensure proper serialization of the FileExportOptions concrete type.