@5minds/node-red-contrib-processcube 1.5.5-develop-9244da-m3hs2wpp → 1.5.5-develop-21476e-m3hs5zs1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.5-develop-9244da-m3hs2wpp",
3
+ "version": "1.5.5-develop-21476e-m3hs5zs1",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -17,7 +17,7 @@ module.exports = function (RED) {
17
17
 
18
18
  query = {
19
19
  ...query,
20
- identity: undefined,
20
+ identity: engine.identity,
21
21
  };
22
22
 
23
23
  node.log(`Querying process definitions with query: ${JSON.stringify(query)}`);