I'm trying to remove individual file comments textboxes from the instantiation screen but I'm not seeing any reference to those boxes. How can they be removed from the instantiation screen?
Include some details, WFT or WFM, what OS and revision of TS ?
WFM, OS=Unix and version=7.3.2
They are in the custom_instantiation.cfg file in /iwadmin/main/workflowModels/WORKAREA/iw-wa/Config/WORKFLOWNAME_config/
That is basically a DCT, so it should look familar to you.
There is no reference to the individual file comments boxes in those config files I already checked there
Sorry, didn't realize that you meant each file comment screen.
Do not think there is a supported way to handle that.
However if you want to play with some JS, you can see if you can hide the table(s)
table width='100%' id='container_1'
table width='100%' id='container_2'
table width='100%' id='container_3'
etc
I Remember when you open the submit workflow model using workflow modeller click on Job properties there you can find an option to check/uncheck show comments or not.
BodaNaresh wrote: I Remember when you open the submit workflow model using workflow modeller click on Job properties there you can find an option to check/uncheck show comments or not.
Not just the submit workflow, but all workflows. In the top left console of the modeler tool, under 'Model Properties', you'll find a boolean option for whether to ask for "file comments". Simply set that to false.