@5minds/node-red-contrib-processcube 1.1.4-feature-b953ba-m17k0vnb → 1.1.4-feature-80ab18-m24judvf
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -43,7 +43,7 @@ module.exports = function (RED) {
|
|
43
43
|
const ids = oldTasks.map((obj) => obj.processInstanceId);
|
44
44
|
msg.payload = ids;
|
45
45
|
|
46
|
-
await client.processInstances.deleteProcessInstances(ids, engine.identity);
|
46
|
+
await client.processInstances.deleteProcessInstances(ids, true, engine.identity);
|
47
47
|
node.send(msg);
|
48
48
|
} catch (error) {
|
49
49
|
node.error(error);
|