You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: apibuilder4elastic/flows/SetupElasticsearchIndex.json
+80-3Lines changed: 80 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -698,7 +698,9 @@
698
698
"outputs": {
699
699
"next": {
700
700
"context": "$.response",
701
-
"routes": [],
701
+
"routes": [
702
+
"power.3"
703
+
],
702
704
"metaName": "Next"
703
705
}
704
706
},
@@ -758,7 +760,9 @@
758
760
"outputs": {
759
761
"next": {
760
762
"context": "$.response",
761
-
"routes": [],
763
+
"routes": [
764
+
"power.2"
765
+
],
762
766
"metaName": "Next"
763
767
}
764
768
},
@@ -870,11 +874,79 @@
870
874
"name": "Shutdown",
871
875
"method": "shutdown",
872
876
"parameters": [
877
+
{
878
+
"name": "skipInDevelopment",
879
+
"type": "boolean",
880
+
"value": "true",
881
+
"metaName": "Skip in development",
882
+
"metaDescription": "If set to true, the API-Builder process will not be stopped, when in development mode. Instead only the errorCode and errorMessage is logged."
883
+
},
884
+
{
885
+
"name": "errorMessage",
886
+
"type": "jsonpath",
887
+
"value": "$.error",
888
+
"metaName": "Error message",
889
+
"metaDescription": "An optional message which is logged when the process is terminated. Helpful to make clear the reason for the shutdown."
890
+
},
891
+
{
892
+
"name": "errorCode",
893
+
"type": "number",
894
+
"value": "99",
895
+
"metaName": "Error code",
896
+
"metaDescription": "An integer number used for the process to exit. Defaults to -1."
0 commit comments