mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-1406 Add renderedReportId to output
This commit is contained in:
@ -129,6 +129,7 @@ public class RenderSavedReportExecuteStep implements BackendStep
|
|||||||
.withRenderedReportStatusId(RenderedReportStatus.RUNNING.getId())
|
.withRenderedReportStatusId(RenderedReportStatus.RUNNING.getId())
|
||||||
.withReportFormat(ReportFormatPossibleValueEnum.valueOf(reportFormat.name()).getPossibleValueId())
|
.withReportFormat(ReportFormatPossibleValueEnum.valueOf(reportFormat.name()).getPossibleValueId())
|
||||||
)).getRecords().get(0);
|
)).getRecords().get(0);
|
||||||
|
runBackendStepOutput.addValue("renderedReportId", renderedReportRecord.getValue("id"));
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// convert the report record to report meta-data, which the GenerateReportAction works on //
|
// convert the report record to report meta-data, which the GenerateReportAction works on //
|
||||||
|
Reference in New Issue
Block a user