Sorry for the typo.
It is not entering in to the below code when it is stuck at "Sync robot" in the workflow
if(obj instanceof WfSynchRobot)
{
WfSynchRobot sync=(WfSynchRobot)obj;
System.out.println("SyncRobot"+sync.getDisplayIdentity());
}
Regards,
Archana