Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all articles
Browse latest Browse all 8876

Re: How to get "Synchronize" component in the workflow in the javacode

$
0
0

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


Viewing all articles
Browse latest Browse all 8876

Trending Articles