Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<invoke inputVariable="reportMessageInput" operation="report" outputVariable="reportMessageOutput" partnerLink="Provider" />
<ns2:reportMessageInput xmlns:ns2= "http://schemas.active-endpoints.com/reporting/2009/05/reporting.xsd"> <ns2:report>ServiceActivityDetail.rptdesign</ns2:report> <ns2:format>pdf</ns2:format> <ns2:parameters> <ns2:param name="Service_Name" value="OrderProcessSvc"/> </ns2:parameters> <ns2:otherOptions> <ns2:option name="BIRT Parameter" value="true"/> </ns2:otherOptions> </ns2:reportMessageInput>
<report>
| (Required). Name of the report design template. This is a report deployed to Process Server. The report names are visible in the Process Console Catalog
|
<format>
| (Required). Format of the generated report. Valid formats are:
|
<parameters>
| Each report can have its own set of parameters that are input to the report. For example, specify the name of a deployed service to get a report about one particular running process. Parameters for the standard reports are described below.
|
<otherOptions>
| Options for producing the report. There are many options, and they are documented in the BIRT documentation. For details, here is a link.
http://www.birt-exchange.org/devshare/deploying-birt-reports/492-birt-viewer-2-3-user-reference/#description
|