top of page

7.11 Release Notes

All the new features and enhancements included in TotalAgility 7.11.0.

Support binary stream mapping

The tenant can map binary data in a Capture document to a binary stream or byte array in a web service or .NET API when used from a KTA process.


If a document is mapped to a byte array or stream data type, they can also specify a mime type.


At runtime, the system retrieves or updates the binary data for that mime/file type from/in the Capture document.


If the document variable is mapped to a string type (as input or return type), the current functionality that supplies the document instance ID is extended to specify if the binary data is requested as a base64 string instead of the instance ID. If the data is set as a base64 string, the tenant must also specify the mime type.

bottom of page