Many of the ASP files you create for eProcess Services might need to use these referenced Panagon Web WorkFlo application files. This table lists most of the essential Panagon Web WorkFlo files and briefly describes each file (or file set).
Referenced file |
Description |
---|---|
WF_Extras\Attachment.js |
Provides client-side functionality for viewing an attachment in its native application or in the IDM Viewer. Called by Attachment.asp. Both the Attachment.js and the Attachment.asp files use the Panagon Web Services Javascript objects extensively. Refer to Referenced Panagon Web Services files for general information about these object. Refer to Locate the Panagon Web Services Toolkit Help for information on where to locate detailed information. |
WF_Extras\Attachment.asp |
Implements the server-side functionality for viewing attachments. |
WF_Extras\globalInfo.asp |
Provides eProcess router and Content Services port numbers. Additionally, this file specifies the FileNET-supplied and custom .JAR file locations needed for both default and customized Java applets. |
WF_Extras\verifySession.asp |
Provides the ability to verify the session information. Used in HTML Step Processors and Launch Step Processors to determine the base URL information. If the base URL value is NULL, the function implemented in the file works with PWRedirector.asp to set the correct base URL (window.location.href) information. |
WF_Extras\Token.js | Provides client-side functionality for retrieving the session token for the current session. |
WF_Logon\isPWLogon.asp |
Provides the ability to get VWSession information for Step Processor and Launch Step Processors currently attached to the Web WorkFlo server. If no session exists, this file provides the ability for the user to be prompted to log on to the appropriate session. |
PWRedirector.asp |
Provides a means of retrieving the session information from Panagon Web Services for the current Web Services session. The PWRedirector.asp file resides in the root directory, and redirects remote calls to the proper pages in the Web WorkFlo application. If the user does not start from the root web directory of the Web Services server, many of the application-scoped variables used in Web WorkFlo are either unavailable or NULL. This requirement is especially important for mail notifications referencing Step Processors and Launch Step Processors. |
WF_Launcher\open_launcher.js | Must be included in any file that launches a Launch Step Processor. See workflow_main.asp for usage. |
WF_Step\open_step.js | Must be included in any file that launches a Step Processor. See workflow_main.asp for usage. |
WF_FileOpen\FileOpen.js |
Provides client-side functionality for opening and working with attachment files, which are stored in Content Services or Image Services libraries, from the Step Processor toolbar. These files use the Panagon Web Services Javascript objects extensively. Any file referencing these files must handle events associated with the IDMWSC_Event object. |
WF_FileOpen\FileOpen.asp |
Implements the server-side functionality for opening and working with documents from the Step Processor toolbar. These files are called by the corresponding .JS files on the client. |