This topic describes how to customize the default HTML 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 Step Processor by performing the following steps:
The default step_main.asp file includes the colorOpt variable for controlling the default color of the Step Processor tabs. The default colorOpt value is a hexadecimal value of "#657FD2" (corresponding to a RGB color model). The variable is passed to the stepInfo.asp, tab.asp, and tabContent.asp files.