@5minds/node-red-contrib-processcube 0.14.0-feature-e63691-lyxhylt5 → 0.14.0-feature-c8461c-lyxixqqm

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.
@@ -29,6 +29,10 @@ services:
29
29
  command: --seed-dir=/processes --port 8000
30
30
  depends_on:
31
31
  - authority
32
+ healthcheck:
33
+ test: bash -c "[ -f /tmp/healthy ]"
34
+ timeout: 1s
35
+ retries: 20
32
36
 
33
37
  authority:
34
38
  image: 5minds/processcube_authority:3.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "0.14.0-feature-e63691-lyxhylt5",
3
+ "version": "0.14.0-feature-c8461c-lyxixqqm",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "authors": [
@@ -3,7 +3,7 @@
3
3
  <bpmn:collaboration id="Collaboration_1cidyxu" name="">
4
4
  <bpmn:participant id="Participant_0px403d" name="External-Task-Sample" processRef="External-Task-Sample_Process" />
5
5
  <bpmn:textAnnotation id="TextAnnotation_0lbjt7p">
6
- <bpmn:text>Wird am Boundary-Event weiter ausgeführt</bpmn:text>
6
+ <bpmn:text>Will be executed at the boundary event</bpmn:text>
7
7
  </bpmn:textAnnotation>
8
8
  <bpmn:association id="Association_0ivfgz1" associationDirection="None" sourceRef="Activity_0ma3kzt" targetRef="TextAnnotation_0lbjt7p" />
9
9
  </bpmn:collaboration>
@@ -86,7 +86,7 @@
86
86
  <di:waypoint x="413" y="90" />
87
87
  </bpmndi:BPMNEdge>
88
88
  <bpmndi:BPMNShape id="TextAnnotation_0lbjt7p_di" bpmnElement="TextAnnotation_0lbjt7p">
89
- <dc:Bounds x="370" y="50" width="170" height="40" />
89
+ <dc:Bounds x="370" y="50" width="169.99387960829492" height="39.99855990783411" />
90
90
  <bpmndi:BPMNLabel />
91
91
  </bpmndi:BPMNShape>
92
92
  </bpmndi:BPMNPlane>