Skip to main content
1-Visitor
October 27, 2015
Solved

Which class define wt.workflow.WorkItem info page?

  • October 27, 2015
  • 6 replies
  • 2920 views

Hi!

I am try to find class that define wt.workflow.WorkItem info page, but I've no success result. In codebase/netmarkets/jsp/wokItem/info.jsp I can find the string that call MVC component:

<jsp:include page="${mvc:getComponentURL('wt.workflow.work.WorkItem.infoPage')}" />

But I can't to find this component.

Please help.

Best answer by BhushanNehe

Hi Anton,

If you are looking to find the mvc class that is called using the below component URL, you can navigate to http://host/Windchill/app/#ptc1/comp/carambola.tools.mvc.builder.report‌ url on your server and find the appropriate class using the MVC Builder report.

<jsp:include page="${mvc:getComponentURL('wt.workflow.work.WorkItem.infoPage')}" />

Regards,

Bhushan

6 replies

1-Visitor
October 27, 2015

Do you mean the Task Form?

1-Visitor
October 28, 2015

Hi Keir! Yes I do.

1-Visitor
October 28, 2015

OK - To work with Task Forms you will create/modify a Task Form Template which is a jsp Page.  This gets loaded in tat the Site or Org level and found under Templates (Org shown)

3rdlevelNav.jpg TaskFormTemplates.jpg

You define which Task Form Template gets used from within a Workflow Assigned Activity Node

ActivityNode.jpg

There's actually fairly good Help on this in the Help Center: for 10.2 this is Advanced Customization > Business Logic Customization > Customizing Workflow Administration > Customizing Workflow Task Pages although if you're considering an upgrade to WC 10.2 M030+ you may want to look at waiting for the Native Task Form Templates (Native TFT).  See Who has Implemented Native Task Form Templates in 10.2 M030?

16-Pearl
October 28, 2015

Hi Anton,

If you are looking to find the mvc class that is called using the below component URL, you can navigate to http://host/Windchill/app/#ptc1/comp/carambola.tools.mvc.builder.report‌ url on your server and find the appropriate class using the MVC Builder report.

<jsp:include page="${mvc:getComponentURL('wt.workflow.work.WorkItem.infoPage')}" />

Regards,

Bhushan

1-Visitor
October 29, 2015

Thank you Bhushan! It's actually I need.