Hi AllIn my workflow, i got a perl script to generate some extra static file using the command iwgen.exe. The problem is, the "modified by" value of the generated files are "SYSTEM" instead of the editor username. I would like to ask, is there a way to change the "modified by" value? Thanks
command
Regarding to "OWNER" property, "$IW-User" has been already been set as from workflow modeler.Just given a bit more info..In the perl, i use iwgen.exe to generate the statics pages.."$iwhome/bin/iwgen -t \"$workarea/$tpl_path\" -r \"$workarea/$dcr_path\" \"$destination_path\" 2>&1"