How to update the flow service input & output

Hi,

A folder contains two components 1) Flow service 2) EntireX adapter service.
Flow service Input & output is same as adapter service.
My requirement is whenever the input & output of adapter service is updated immediately Flow service input & output should be changed.

How can we implement this?

Map Adapter service inputs to flow service input. ( assume adapter service inputs are A, B)

You can map same inputs to multiple services ( assume flow service inputs are C , D)

map A->C
Map B->D

Same way with outputs also

No way of doing this automatically as far as I know. Just a little bit of discipline by the developer to take the 10 seconds to copy the input/output parms from the adapter service to the FLOW service.