@5minds/node-red-contrib-processcube 1.10.1 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ handling within _Error-Boundary-Events_.
35
35
  ## Inputs
36
36
 
37
37
  : msg (Object) : Passed as `ErrorDetails` to the engine
38
- : Error (string) : From the configuration
38
+ : Error (string) : From the configuration oder from `msg.errorCode`
39
39
  : Message (string) : The caught exception message
40
40
  : StackTrace (string) : The stack trace of the exception
41
41
 
@@ -31,7 +31,7 @@
31
31
  </div>
32
32
  </script>
33
33
 
34
- <script type="text/markdown" data-help-name="externaltask-input">
34
+ <script type="text/markdown" data-help-name="message-event-trigger">
35
35
  A node to trigger an event that will be send to the corresponding intermediate message event in the connected ProcessCube Engine.
36
36
 
37
37
  From the config the `messagename` and the `processInstanceId` must be set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.10.1",
3
+ "version": "1.11.0",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {