@5minds/node-red-contrib-processcube 1.10.1-develop-745431-m8xekfta → 1.10.1
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.
- package/package.json +1 -1
- package/process-start.html +1 -0
package/package.json
CHANGED
package/process-start.html
CHANGED
@@ -51,6 +51,7 @@ The `processModelId` and `startEventId` can be set in the message object to over
|
|
51
51
|
: payload (Object) : Will be used as the start token for the process.
|
52
52
|
: processModelId (String) : Will be used as the process model and override the configured `Processmodel`.
|
53
53
|
: startEventId (String) : Will be used as the start event and override the configured `Startevent`.
|
54
|
+
: correlationId (String) : Will be used as the correlation identifier and override the configured `CorrelationId`.
|
54
55
|
|
55
56
|
## Outputs
|
56
57
|
|