Task |
System |
Process |
1 |
Client A |
Create REMOTE_WORK record: RW_SOLUTION_CHANGED |
2 |
Client A |
Create REMOTE_TASKS record for each remote site n. |
3 |
Client A |
Post message to A's application server:
ES_MSG_TA_OUTGOING_WORK |
4 |
Application Server A |
Read the REMOTE_WORK record |
5 |
Application Server A |
Package the solution data |
6 |
Application Server A |
For each REMOTE_TASKS record, post message to Application
Server n: ES_MSG_TA_REPLICATE_SOLUTION |
7 |
Application Server n |
Create LOCAL_WORK record |
8 |
Application Server n |
If the solution exists, update the record, otherwise create
the solution record. |
9 |
Application Server n |
Send acknowledgment to Site A. Post message to A's
application server: ES_MSG_TA_REMOTE_COMPLETION |
10 |
Application Server n |
Remove LOCAL_WORK record |
11 |
Application Server A |
Remove REMOTE_TASKS record |
12 |
Application Server n |
Remove REMOTE_WORK record if there are no more REMOTE_TASKS
records. |