<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tempoReportHaul xmlns:a="http://www.appian.com/ae/types/2009">
    <tempoReport name="${tempoReport_name}" a:uuid="${tempoReport_uuid}">
        <a:description>${tempoReport_desc}</a:description>
        <a:uiExpr>=#&quot;${interface_report_uuid}&quot;()</a:uiExpr>
        <a:urlStub>${report_urlStub}</a:urlStub>
    </tempoReport>
    <roleMap>
        <role name="report_administrator">
            <users/>
            <groups>
                <groupUuid>${administrators_group_uuid}</groupUuid>
            </groups>
        </role>
        <role name="report_viewer">
            <users/>
            <groups>
	        <groupUuid>${collaborators_group_uuid}</groupUuid>
            </groups>
        </role>
    </roleMap>
</tempoReportHaul>
