20 likes | 143 Vues
Effective order status management is crucial for maintaining workflow efficiency in HR services. This article explores the process logic behind changing order statuses using the NSB.DLL framework. We delve into how different components like OrderAuthResponseMessage, RequestOrderAuthMessage, and OrderMessage play a role in this process. By understanding the integration of these elements, organizations can optimize their order processing and enhance overall service delivery. Discover how to leverage the SAGA persistence model to streamline order management.
E N D
Site (without Workflow) changeOrderStatus Message HR Service Order Service Partner NSB DLL OrderAuthResponseMessage = … NSB DLL OrderMessage NSB DLL RequestOrderAuthMessage SAGA Persistence Purchase Order processing logic is here(this is Process logic)
Site (with Workflow) Partner changeOrderStatus Message NSB DLL HR Service Workflow Order Service NSB DLL OrderAuthResponseMessage = … RequestOrderAuthMessage NSB DLL changeOrderStatusMessage OrderMessage OrderMessage MicrosoftWWF SAGA Persistence NSB DLL Purchase Order processing logic(this is process logic)