Il giorno 03/apr/2012, alle ore 11.21, Antony Pulicken ha scritto: > Hi, > > Can you please let me know the difference between the Propagation modes > 'ONE_PHASE' and 'TWO_PHASES' while creating a resource? Similarly can you > explain the connector capabilities 'ONE_PHASE_CREATE', 'TWO_PHASE_CREATE', > 'ONE_PHASE_UPDATE' etc stands for? Do we have any documentation for these ?
Propagation result can be returned at request time (ONE_PHASE) or after, by calling rest interface at a certain URL (TWO_PHASE). TWO_PHASE implies: 1. request handle 2. data processing 3. asynchronous result notification https://cwiki.apache.org/confluence/display/SYNCOPE/Propagation+mode
