Meta Data Values

The HTM application supports the provision of 'MetaDataTags' to provide enriched information about a particular task. This information can then be used in activities within HTM, such as searching for given types.

There are two methods of setting meta data tags within the flo-client.

Static Meta Tags

If the tag is not dependent on the payment’s runtime details, then it is possible to specify it as a static entry.

Runtime Meta Tags

It is also possible to specify runtime tags. This can be used for example if you want to group tasks together by currency. To specify a runtime tag, it is necessary to inject an instance of the 'HtmProcessor' instance into the spring context that supports your task type. These tags are provided by code implementation.