To show functionality of LeCouteauSuisse we want to take a sample of a little supply chain for a coffee machine. This supply chain will provide to order coffee, chocolat and tea. The tasks we must do looks like :
First Stage
For the first stage we implement this supply chain using generator and receiver provides by LeCouteauSuisse, it will looks like this :
We use :
- Manual Generator and Mail Receiver to send an alert to human supervisor when there is a lake of coffee, chocolat or tea.
- FileToEvent Generator and Mail Receiver to send each orders of the Purchasing Department.
Second Stage
For the second stage we implement this supply chain using custom generator and receiver, it will looks like this :