Skip to main content
1-Visitor
November 7, 2014
Question

Can we get the iteration history of an object linked to a workflow task

  • November 7, 2014
  • 3 replies
  • 1564 views

Dear Experts,

I Would like to get the iteration history of an object which is linked to a particular workflow task for instance

If I have the workflow tasks like Review, Rework, Submit etc I would like to know which iteration of the object is linked to the task Review, ( Perhaps 1.2 ) and also for other tasks ( Rework, Iteration of the document 1.3 ) etc..

I would like to get this information displayed in the workflow process status table

Is there any way to display this information using Windchill UI ?

I am working on Windchill 10.1 M110

Thanks for your help and let me know if you have any questions !!!

Regards

Athmanand

3 replies

1-Visitor
November 7, 2014

You can add any strings and variables in the instruction field of the task. So you can calculate string variable in the expression robot before your task. Include this variable like {varname} in the instruction field.

Note: variable must be global and be defined as a local variable in the task.

Anand1-VisitorAuthor
1-Visitor
November 10, 2014

Hello Antoan,

Thaks for your reply,

Pelase check the attachment for more details,Snapshot.bmp

Thanks,

Athmanand

1-Visitor
November 10, 2014

Hello. I wrote you about instruction field in the Details tab.