OtherProperties

Element Name Possible Values Repetition Source Repository/ Relationship Attribute Name Description Datatype
STATUS UNFINISHED/COMPLETED 1 This element is mandatory. Simple
CURRENTBATCH 1 Current number of records that are processed to publish.

This element is mandatory.

Simple
isOfferMapFile

This element is mandatory.

The default value is false.

Simple
TENANTID Enterprise Name

This element is mandatory.

Simple

Example

<?xml version="1.0" encoding="UTF-8"?>
<jms1:ActivityOutput xmlns:jms1="http://www.tibco.com/namespaces/tnt/plugins/jms">
<OtherProperties>
<STATUS>UNFINISHED</STATUS>
<CURRENTBATCH>1</CURRENTBATCH>
<isOfferMapFile>false</isOfferMapFile>
<TENANTID>Orange</TENANTID>
</OtherProperties>
.
.
.
</jms1:ActivityOutput>