Glossay
- Orchestration
-
Sets the relationships and flow between independent services. The orchestration layer improves flexibility and agility of entire systems.
- Flow
-
Service or application flow.
- Flow diagram
-
Diagram that defines the application flow of an EMB module and designs the relationships and connections between nodes.
- Entry Condition
-
Controls the flow of a module to be executed accroding to a specific condition
- Call module
-
Module that is created externally. It is called when creating a new module by combining multiple modules.
- Enterprise Service Bus (ESB)
-
One of Enterprise Application Integration (EAI) that is technology that implements data integration by integrating other applications. It integrates various enterprise services by accessing business applications in LAN.
- Virtual function
-
Used to create a general function with developer-defined parameters.
- Loop module
-
Resource module used to express repeated application logic.
- Virtual module
-
Resource module used when a developer needs to implement code.
- Inner module
-
Resource module used to express a single application group in a flow.
- ComBuf
-
Structure used to transfer data between Service modules.