Service HTTP
form
|
Complete the Service tab to identify the activity called by this Service HTTP rule.
Field |
Description |
Primary Page | |
Page Class |
Specify the Applies To class of the service activity. |
Page Model |
Optional. Identify a model in the class identified in Page Class. If you do so, the system applies the model immediately after it creates the page. |
Page Name |
Enter a page name for the class specified in the Page Class field. This page is the top-level clipboard page that Process Commander uses as the primary page when running the activity called by this HTTP service. The property values can be written to or read from this page. Enter any page name, or accept the default value MyServicePage. (This page name has no special characteristics.) |
Service Activity | |
Activity Name |
Specify the name of the activity that provides the processing for this service rule. For example, the activity can start a work object in a flow, or perform a flow action on an existing work object. This activity is known as the service activity. The system uses the value you enter in the Page Class field as the Applies To key part of the activity. The system creates a page with the name provided in the Page Name field and passes it to the activity as the primary page. If the Page Name field is blank, the system passes an unnamed page to the activity. If a parameter value is the same for every service request, you can use the Params button to set that parameter's value rather than requiring a client application to supply it in each request. For example, if a service activity starts a flow for a work object and the organization is always the same, specify the name of the organization on this tab. Parameter values from the incoming request override values set on this tab. |
Processing Options |
|
End requestor when done? |
When services in the service package are stateful, select this option to have the system end the requestor after the activity ends and the response is sent. This option applies only when the Processing
Mode field on the service package data instance
is set to |
Method is read-only |
Leave cleared in most cases. Select to indicate that each use of this service is not to count as a service invocation under the terms of your license agreement. See Working with the License Compliance facility. |
Execution Mode |
Select one of the following options:
For more information, see Pega Developer Network articles PRKB-25029 How asynchronous service processing works and PRKB-25030 How to create a service that processes requests asynchronously. |
Request Processor |
If you select
Execute asynchronously in the
Execution Mode field or you configure a
|
Integration Viewer |
After you save this form, click to view a tree of the components that comprise the service package. See About the Integration viewer. |