Supplied to the Dev team by Costas
HTTP:
I think the current plans are OK (e.g. variable inclusion, POST, GET etc).
It is not clear how the flow will make returned data available for further processing within the flow, I see 2 main scenarios, which could be two separate stories for the Dev team:
The component returns a single value (e.g. pass/no pass, yes/no, 42 etc)
The component returns multiple values, an array (e.g. the list of computers that belong to you from Nanoheal). In this case we want to make each element of the returned data set available (like the ServiceNow skill returns all the incidents and the user picks one). Maybe it can be used to feed a dynamic choice component?