Skip to content

Commit 22d3ccc

Browse files
committed
fix: correct flow return value
1 parent e2bdf99 commit 22d3ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flows/05_if_control.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "05_if_control",
3-
"description": "This flow expects an object as input (from http request) structured payload.test = bool which the flow will return",
3+
"description": "This flow expects an object as input (from http request) structured payload.test = bool which the flow will return (remeber: respond does not stop the flow so only the adapter will have `Blub` or `true` but the flow always results into `Blub`)",
44
"inputs": [
55
{
66
"input": {
@@ -46,7 +46,7 @@
4646
"expected_result": {
4747
"http_status_code": 200,
4848
"headers": {},
49-
"payload": true
49+
"payload": "Blub"
5050
}
5151
}
5252
],

0 commit comments

Comments
 (0)