int currentCount = 0;\r
\r
try {\r
+\r
StoreUri tempStoreUri = getManager().getStoreUri(tempStoreName, RemoteStoreProtocol.LOCAL);\r
Path path = Paths.get(tempStoreUri.toString(true), ".STATUS");\r
\r
\r
//parameterek: IJobRuntime parent, String template, String name, int priority, Map<String, Object> parameters\r
IJobRuntime child = getEngine().submit(null, e -> {\r
+ IJobRuntime r = (IJobRuntime) e.getSource();\r
+ if (r.isDisableRetry())\r
+ return;\r
+\r
if (e.getStatus().equals(JobStatus.CANCELED) || e.getStatus().equals(JobStatus.SUSPENDED))\r
EscortFiles.removeCatchedFile(escortFile);\r
}, template, "Archiválás", priority, IJobEngine.DEFAULT_OWNER, parameters);\r