Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit dbc942d

Browse files
author
Chris Wiechmann
committed
Changed Skip-Payload handling to Payload enabled
1 parent 865e70f commit dbc942d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apibuilder4elastic/flows/trafficMonitorApi-payload.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
},
612612
"condition.2": {
613613
"type": "nodehandler://axway-flow/condition",
614-
"name": "Skip payload handling?",
614+
"name": "Payload handling enabled?",
615615
"method": "equals",
616616
"parameters": [
617617
{
@@ -632,14 +632,14 @@
632632
"outputs": {
633633
"true": {
634634
"routes": [
635-
"http.5"
635+
"javascript.1"
636636
],
637637
"context": "$.equals",
638638
"metaName": "True"
639639
},
640640
"false": {
641641
"routes": [
642-
"javascript.1"
642+
"http.5"
643643
],
644644
"context": "$.equals",
645645
"metaName": "False"
@@ -649,7 +649,7 @@
649649
},
650650
"http.5": {
651651
"type": "nodehandler://axway-flow/http",
652-
"name": "Skip payload handling",
652+
"name": "Payload handling is disabled",
653653
"method": "setresponse",
654654
"parameters": [
655655
{

0 commit comments

Comments
 (0)