The purpose of the thesis is to describe and develop a program to supervise automated processes in a company. They deal with a vast number of processes at different places. The process in the company represents an automated task which updates or changes the process. Goal is to solve the problem with collecting data at single place. We need to develop the program which runs processes and saves any information about it. Thesis contains technical content with sections of source code.
First of all, we need to choose the right technologies to implement our solution. The solution is implemented in .NET Core, which allows the program to run on Linux. The Microsoft SQL Server will be used to store process information and MongoDB to record the history. The main program and the web application are developed using Visual Studio with the C# programming language and web technologies, such as HTML and CSS. The final solution allows the processes to run from one place. However, the web application provides a simple overview and allows the users to edit the processes easily. We also tested the final solution and demonstrated its effectiveness.
|