Skip to content

Add purchase delivery workflow and message handling

chao.zhang requested to merge test into production

Implement new functionality for handling purchase order delivery:

  • Create SendPurchaseDelivery handler for initiating delivery workflows
  • Add HandlePurchaseDeliveryMessage to process MQ messages for create, update, and delete actions
  • Implement workflow management with Temporal for delivery-related operations
  • Add error handling and logging for message processing

Merge request reports