This article is a continuation of this post.
In the previous article, we reviewed how to create and define messages used to send and receive data between components.
In this article, I will explain how to create a business operation from the component creation methods.
- Production
- Message(previous article)
- Components
- Business Services
- Business Processes
- Business Operations
We will quickly check the code by referring to the sample.。
| Component Name | Role |
|---|---|
| Start.FileBS | A business service that uses file inbound adapter to read files placed in a specified directory at regular intervals. |
.png)

.png)


.png)