Issue with flow_name
Posted: 08 Dec 2018 10:38
Hi,
I searched for it in the forum, but did not find any report or solution.
Flow A logs the value of flow_name, calls flow B and logs the value of flow_name again.
Scenario 1: The flow B is called with "wait"=true and "return values"=false. The result is, as expected: "A A".
Scenario 2: The flow B is called with "wait"=true and "return values"=true. The result is, as unexpected: "A B".
Am I missing something?
Thanks
I searched for it in the forum, but did not find any report or solution.
Flow A logs the value of flow_name, calls flow B and logs the value of flow_name again.
Scenario 1: The flow B is called with "wait"=true and "return values"=false. The result is, as expected: "A A".
Scenario 2: The flow B is called with "wait"=true and "return values"=true. The result is, as unexpected: "A B".
Am I missing something?
Thanks