Hi @Uppari_Ramesh ,
In your custom workflow process step, obtain a reference to the ReplicationTransaction object. You can do this by injecting the ReplicationTransaction service using the @Reference annotation.
@Reference
private ReplicationTransaction replicationTransaction;
After the replication ...