Home
TeamSite
CLT Script To Regenerate/Submit Files to Workflow
i69alot
Dear Readers:
I'm looking for any CLT scripts that will do the GUI equivalent of regenerating and submitting one or more templates to our workflow. Thanks for any help!
JRomeo
Find more posts tagged with
Comments
nipper
Then start writing. One does not exist out of the box. The regeneration is simple (I often use a find script on unix like this)
find /iwmnt/default/main/branch/WORKAREA/workarea -name "*.html" -exec iwregen {} \;
Starting the workflow depends on your workflow. There are commands (iwjobc) you can run (as a Master only), that can kick off a job.
Migrateduser
You can also look at iwsubmit
utsl_visual_userreport_06272011.zip
nipper
You can also look at iwsubmit
sorry, but iwsubmit DOES NOT run a workflow, it only puts the file in the STAGING area