This topic describes how to customize the default HTML Launch Step Processor to meet unique workflow requirements.
While no Integrated Development Environment (IDE) requirement for ASP development exists, these procedures assume you are using Visual InterDev and that you have a solution already set up similar to the one described in the Developing for ASP section of this guide. An alternative to using Visual InterDev is working directly in the <drive>...\Program Files\FileNET\IDM\Web\IDMWS directory structure on your Web WorkFlo server. If you know ASP development requirements and you want to make minor changes to specific files, working in the directory structure might be the best solution. The primary disadvantage is you will be working in an active web server directory structure, so mistakes are hard to correct.
Caution The HTML processors are designed to reuse some shared files, which are located in the \WF_Html_Toolkit directory. Do not modify the files in the \WF_Html_Toolkit directory. Modifying the shared files might cause problems with Step Processor and Launch Step Processor shipped with Web WorkFlo.
Customize the default HTML Launch Step Processor by performing the following steps:
Note You might want remove image files you know you will not be using, copy only those image file you are sure to use, or add image files to the \Images sub-directory in your new directory structure.
The default launcher_main.asp file includes the colorOpt variable for controlling the default color of the Launch Step Processor tabs. The default colorOpt value is a hexadecimal value of "#669966" (corresponding to a RGB color model). The variable is passed to the tab.asp, tabContent.asp, and stepInfo.asp files.