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

@@ -108,7 +108,7 @@
const script = await createImpExpScript($extensions, values);
executeNumber += 1;
let runid = runnerId;
const resp = await apiCall('runners/start', { script });
const resp = await apiCall('runners/start', { script, isGeneratedScript: true });
runid = resp.runid;
runnerId = runid;