Key Concepts¶
Integration Flow¶
An integration flow is a flow that you can design and build to deploy business processes as a series of steps via the Flow Designer in the EnOS Management Console. Each integration flow can only have one flow input node to start the flow.
Node¶
A node is a basic element in an integration flow. Each node represents one single business logic action. You can use built-in EnOS-managed nodes that are designed to connect, access, and work with your data. For more information, see Nodes Overview.
Message¶
A message transfers data between nodes. Each node has input and output messages, where the input message is the input of the node and the output message is the node-processed or unprocessed input message that is relayed to the downstream nodes or other EnOS services.
Msg and Metadata¶
A message contains msg and metadata. Msg is the payload of the message, and the metadata is a list of additional attribute information in the form of key-value pairs.