|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page Historyh1. Solution
h2. Overall solution
h2. Overview
We will use the Petals SE Activiti to implement the process defined below. A user task will be used in the process definition to get inform of the e-mail delivery.
To be inform of the e-mail delivery, we can use the SMTP option 'Delivery Status Notification (DSN)' (see [RFC 1891|ftp://ftp.informatik.uni-kiel.de/pub/internet/rfc/rfc-1800-1899/rfc1891.gz]). When the e-mail of delivery confirmation is received, the user task of the associated process instance will be terminated successfully, and the process execution will continue.
The user base will be simulated by a SOAP-UI mock service through a resource Restfull.
The user base will be simulated by a SOAP-UI mock service through a resource Restfull or a SOAP web-service. We have two different implementations of the same service for fun ;)