Try OpenEdge Now
skip to main content
User's Guide
Defining workstep presentation format
 

Defining workstep presentation format

Business Process Modeler allows you to change the presentation format of Start and Activity worksteps. The presentation formats available are:
*Portal:
*Auto-generated: This is the default HTML presentation form, automatically generated at runtime in Business Process Portal.
*Custom: Enables you to define a customized Java Server Page (JSP).
*Flow: Available only for BPM processes. Enables you to start and design a Web application from a BPM process.
*Flow (private): Available only for BPM processes. This is the same as the Flow format but can be used only in the process template in which it is placed.
In OpenEdge 11.7, the Form Editor has been removed from BPM projects. In earlier releases, the Form Editor enabled you to design a customized interface with Form as the presentation format for Activity worksteps (and for Start worksteps in Business Processes). This format in the Portal presentation type has been removed for both Business Processes and Web applications.
When you import an existing BPM Process or Web application that has worksteps with Form as the presentation format into OpenEdge 11.7, the worksteps are not affected as long as their presentation type is not modified. Modifying their presentation type and changing the current presentation format overrides the current format as it is not supported in OpenEdge 11.7, and you will NOT be able to use the imported forms. You can choose to continue or cancel the action in the confirmation message that appears while modifying the presentation type.
Note: When importing existing BPM projects, ensure that you build the projects before importing them into OpenEdge 11.7.
Note: You can use Kendo UI® Builder by Progress® (Kendo UI Builder) to create new forms in OpenEdge 11.7. In Progress Developer Studio, click Help > Samples to find the KUIB sample app in the Samples page.
*Mobile: Available only for BPM processes. Enables you to complete an activity workstep (in a BPM process) on a Mobile device.
*GUI: Available only for BPM processes. Enables you to complete an activity workstep from a GUI for .NET desktop application.
*Tablet: Available only for BPM processes. Enables you to complete an activity workstep on a Tablet.
*Other: Available only for BPM processes. You choose Other to complete an activity workstep using an interface other then the options listed above. For example, if you want to complete an activity workstep on a iPad, you select Other as the presentation type for the activity in BPM process.
This chapter describes how to define presentation (or interface) forms for Process Models. Similar to Process Models, you can define the look and feel of the presentation pages for Activity worksteps in Web applications. For Web applications, you cannot change the presentation format for the Start workstep.
After you have developed a Web application, you can view it as a series of presentation pages (or interfaces) in your Web browser by entering the appropriate URL. For example, to view the BarChartDemo Web application, enter the following URL:
http://<machine_name>.<domain_name>:<port_number>/sbm/BPM Workflow/BarChartDemo/Start.jsp.
* Defining workstep presentation