isGeneratedScript TODO

This commit is contained in:
Jan Prochazka
2022-03-17 19:53:51 +01:00
parent 6c8eccd369
commit 6e041e9eed
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ export async function exportQuickExportFile(dataName, reader, format, columnMap
script.copyStream(sourceVar, targetVar, colmapVar);
script.put();
const resp = await apiCall('runners/start', { script: script.getScript() });
const resp = await apiCall('runners/start', { script: script.getScript(), isGeneratedScript: true });
const runid = resp.runid;
let isCanceled = false;