Try OpenEdge Now
skip to main content
Developing BPM Applications with Developer Studio
Defining workstep presentation format : Defining workstep presentations for Web applications : Preserving customization after process reinstall
 

Preserving customization after process reinstall

After a Web application is uninstalled through Business Process Portal, a warning indicates which worksteps have been customized and where they are saved.
A JSP file is generated for the Start workstep (Start.jsp) and for each Activity workstep. You can customize these JSP files to modify their presentation. Do not attempt to customize the Start.jsp, because it contains information about the control flow of your Web application. When uninstalling a Web application, customized JSPs are saved under OEBPS_HOME\BPMWebFlow\<App_Name>\jsp.bak\$timestamp.
You can get the value of any data in Table 56 using the BpmWebFlow.getDS jsp tags.
Table 56. JSP Internal Data in Presentation Files
Internal Data
Description
BP Server-specific tags:
workitemName
workitem name
BPMCustomUIAPI_instanceName
process instance name
ptName
process template name
returnPage
URL to which the BPM WebFlow process is to return
Business Process Portal-specific tags:
BPMCustomUIAPI_priority
task priority
BPMCustomUIAPI_startDate
task start date
BPMCustomUIAPI_dueDate
task due date
BPMCustomUIAPI_instruction
task instruction
BPMCustomUIAPI_user
user who is executing the BPM WebFlow process