I have been engaged in software development in the BPO industry for six years. Especially after the initial practice of SOA (experiencing the magic of SOA), I have always wanted to implement SOA in the BPO industry.
Part 1: SOA services
The most basic service in the LoginEngine System for centralized login management.
WorkflowEngine is designed for BPO industry workflows. With this workflow engine, you can quickly restructure your business.
The DispatchEngine is based on the task dispatch and scheduling engine on the workflow engine to schedule employees.
The RightEngine permission engine is used to implement permission management. The advantage of using the permission engine as a service is that it can be called in other services to implement server-side function-level permission verification.
IDGenerateEngine provides the ID Generation Service.
The Data Engine of DataEngine is used to save data in BPO business processes.
The most critical service in the ServiceLocator system is used for service management and load balancing. client programs and services that require other services are obtained through ServiceLocator, serviceLocator dynamically allocates a service with a low load according to the service load in the Service Group.
Part 2: Client
The management client is used to monitor the data of the workflow engine and manage employee permissions and reports.
The task processing client is used to request and process and submit tasks to the workflow engine.
.........