Report workflow activity

Build 1501 on 14/Nov/2017  This topic last edited on: 25/Aug/2014, at 13:11

In GN4 a report can be displayed in browser, or client applications (Ted4, Fred4). Moreover it can be generated by srv4, or by REST interface, or by a workflow.

To generate a GN4 report by a workflow, use the Report activity.

The Report activity needs a ReportOptions configuration (passed as serialized xml).

By default, the Report activity returns the generated report file in the DataOut property, ready to be processed by the other activities of the workflow.

However, if the ConnectionString property is set, the Report activity stores the report data directly into the reports database.

See also

Report activity