How to create activity in pega

What are the methods for activities in PEGA?

Methods and instructions by name
Method Description
Activity-End End the current activity and calling activities.
Activity-List-Add Add an activity to an internal dispatch list.
Activity-Set-Status Set a return value.
Apply-DataTransform Update property values based on a data transform.

How do you create an activity?

To create the second activity, follow these steps:
  1. In the Project window, right-click the app folder and select New > Activity > Empty Activity.
  2. In the Configure Activity window, enter “DisplayMessageActivity” for Activity Name. Leave all other properties set to their defaults and click Finish.

What is a PEGA activity?

In Pega Platform™, activities automate processing. Scripted in Dev Studio, activities contain a sequence of steps that perform in the instructed order. In Pega Platform, an activity can be configured to allow the system to automate claim uploads without user intervention.

How do I create a work object from activity in PEGA?

Use activity “createWorkPage” to create a workpage for the casetype you want. You can specify the data transform to be used to initialize properties. Then use activity “addWork” if it is a stand alone work object or use “addCoveredWork” if it is a covered work object.

What is the activity used to create work object from a service?

RULE-OBJ-ACTIVITY WORK– ADDWORK: Call this activity to create a new work object from a Utility or Post-Processing activity. Prior to calling this activity create and populate a new work object page using createWorkPage then use it as the primary page to call this activity.

How do you make Wo in PEGA?

Patience Sivillo (allep) PEGA
  1. From the +Create menu in Designer Studio and other end user portals.
  2. By adding the Create Case shape to a flow.
  3. By calling an activity.

What is Flow action in PEGA?

A flow action is a choice available to users as an interim or final disposition of an assignment they process. Each flow action is defined by an instance of the Rule-Obj-FlowAction rule type. Flow actions are of two types: Connector flow actions appear as lines on Visio presentation in the Diagram tab of a flow rule.

How do you make a flow action in PEGA?

How to configure flows in Pega?
  1. Introduction.
  2. Step 1: Use live UI for the other action button. Open the section and button properties.
  3. Step 2: You will an On click action set – opening a menu.
  4. Step 3: Open the navigation rule – pyWorkActionsPerform.
  5. Supporting Process Settings.
  6. Start Conditions.
  7. Security.

How do I create a local flow action in PEGA?

On the Action tab of the Flow Action form, you can mark a flow action rule as local, or connector, or both. On the Design tab of the Flow form, you can list local flow actions that are to be available at every assignment in the flow.

What is the difference between local action and flow action in PEGA?

PEGA. Pegasystems Inc. A local action does not progress the flow from the current assignment (You can think of it almost like a flow action that starts and ends from the same assignment shape), while a flow action will complete the current assignment and move the flow forward.

What is a section in PEGA?

A section defines the appearance and contents of one portion of a form. Work information and functionality are grouped into sections by context and purpose. Each section can be included in other sections so that you can reuse them in a variety of contexts.

In which shape of the flow a developer can configure local flow action?

In a flow, developers can associate flow actions with connectors (arrows) and with assignment shapes. At runtime, the flow actions associated with an assignment determine the choices available to users as they perform the assignment.

What are the types of harness in PEGA?

Pega applications commonly use four standard harnesses: New, Perform, Review and Confirm. Think about the Perform harness which is the default harness used for assignments in a standard flow.

What is the purpose of harness in PEGA?

Pega applications commonly use four standard harnesses to organize the content of user forms.

Harness records.

Harness name Usage
Perform Enables users to select a flow action to perform to complete an assignment.

What is Skin rule in PEGA?

A skin rule is an instance of the Rule-PortalSkin rule type. It defines a skin — a collection of styles — that determine the presentation of your application, including colors, fonts, images, and layout of portal, work forms, and report displays.

What is harness rule in PEGA?

A harness rule — an instance of the Rule-HTML-Harness rule type — defines a runtime form. Each harness rule defines the appearance and behavior of a form. Harness rules produce three types of forms: Work object forms — For reviewing, entering, and updating work objects in a Process Commander application.

How do you make a PEGA harness rule?

Completing the Create, Save As, or Specialization form. Create a harness by selecting +Create > User Interface > Harness in Designer Studio.

Where do you refer a harness in a flow in PEGA?

On the Design tab, each harness references one or more sections that define the run-time presentation of the work item. You can directly edit these sections in the Harness form, using these controls and layouts.

What is service soap in PEGA?

Use SOAP service rules when your Pega Platform applications need to act as a Web service. A SOAP service means a SOAP service package that provides one or more service methods for an external application to use. SOAP services generally process service requests synchronously.

How do I serve SOAP service in PEGA?

  1. Activity – You can use Connect-SOAP method in a activity to invoke the SOAP integration.
  2. Integrator shape in flow rule – Connect-SOAP method -> Connector activity -> Integrator shape -> Flow rule.
  3. Data page – You can load the Connect-SOAP response as the source for any data page.

How do you make a connect soap in PEGA?

Use the Application Explorer or Designer Studio> Integration > Definitions > Implementations to list the Connect SOAP rules in your application. Select Designer Studio> Integration > Connectors > Connector and Metadata wizard to start the Connector and Metadata wizard to create a Connect SOAP rule.