cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Provide Sequence to the Change Task by Customization?

karan1904
1-Newbie

Provide Sequence to the Change Task by Customization?

Hello All,

I am looking for a way to provide the sequence to the Change Task through customization from the CN workflow. Is there any supported API which can be used to accomplish this?

Regards,
Karan

1 REPLY 1

WTChangeActivity2 task;
WTChangeOrder2 changeNotice;

String sequenceNumber = (String) wt.change2.changeplanning.ChangePlanningHelper.getService().getExecutionValues(changeNotice).get(task);

 This will give you the sequence number of a given task and a given change notice. 

I haven't figured out though how to modify those values. I can just read them and use the information in my workflow.

Top Tags