Enum FlowModuleType
public enum FlowModuleType
Fields
Function = 4This type receives data and acts on it and pass it on to the next module in the flow
Input = 1This type receives the first message or generate messages
Output = 2This type receives the last message in the flow