How to know if a replication is success or not in a workflow process step ?
Hi ,
My requirement is to replicate a page/asset from a workflow using a different replication agent.
I am using replicator.replicate(session,ReplicationActionType.ACTIVATE, path, opts);
I wanted to know if the replication is success or not in the code itself(either by reponse status=200 or some Boolean value) , as I wanted to follow some steps if the replication is success(Activate).
Is there any way to know ,please reply?
Thanks,
Pallavi