Flows
Flow is a chain of actions to provide a service. It can be the retrieval of specified information or the execution of a set of operations.
Action Chaining
Creating a flow is about daisy “chaining actions”. The actions alter the data to reach the desired result.
[A] The flow receives a “Request” data
[B] The chain of actions makes a change to the data based on the settings
[C] The data is sent back as a “Response”