Reindexing embedded page properties inside agent activity
Hi,
Below steps are configured in an agent activity.
Obj-open by handle
Call pxchangestage (to a resolve stage)
Call RecreateIndexesForInstance
Obj-save
Commit
Work object transitions to the specified stage. A data transform specified on a connector inside the stage sets a property value inside an embedded page. Also, there is a declare index rule for that embedded page.
But we observed that changes made to the embedded page properties do not getting reflected to the database (index table).
Is there anything missing here ? Why changes made by agent are not indexed and saved to the database ?