Skip to main content
Verify the version tags to ensure you are consuming the intended content or, complete the latest version.

Activities

In Pega Platform™, activities automate processing. You create activities in Dev Studio with steps that run in the order you specify. Activity rules automate the system to support complex processes, elaborate calculations, or when a rule requires an activity in order to run. As a best practice, check to see if an Out-of-the-Box (OOTB) process exists as custom activities can make it more difficult to maintain your application.

Activities might be appropriate for the following processes: 

  • Background processing
  • Complex loops
  • Declare OnChange
  • Parallel processing
  • Recurring scheduled events
  • Services

For instance, a Declare OnChange requires using an activity to run a process or suspend work when the value of a specified property changes.  After the activity finishes, control returns to the rule that called the activity.

In another example, an insurance company needs to upload submitted insurance claims to the Division of Motor Vehicles. Automated uploads occur at off-peak hours to minimize the impact on users. In Pega Platform, you can configure an activity to automate claim uploads without user intervention.

Note: When an activity rule is appropriate, use the standard activities included in Pega Platform. Avoid writing custom activities unless needed to satisfy a complex application requirement. Standard activities apply to the @baseclass, Work-, Assign-, and History- classes.

Activities versus Data transforms

While Activities may appear like Data Transforms on steroids, the pragmatic reality is quite the opposite. See the comparison below:

Activity Data Transform

General "do anything" purpose

Specialized data transformation rule

  • enforces GOTO logic
  • has a structured in blocks logic

  • one step page context

  • concept of Target & Source contexts

  • useful mapping tools like Update page & Append And Map to

allows for all-in-one conglomerates of actions

pushes developer to split the logic

introduces the ease of access to various low-level technical operations

pushes developers to use dedicated rules, e.g. Data Pages for connections & reports, a multitude of out-of-the-box functions, etc.

introduces risks for maintenance and updates

adherence to the principle of Separation of Concerns

 

the only rule in Pega that allows for a seamless super class call

As you can see, Activities are a very convenient solution for developers, that like a "poisoned apple" may bring a lot of maintenance issues. So the rule of thumb is to use Data Transforms and other specialized rules, unless you can't, and only then considering Activities.

Automations and Activities

Automations are OOTB rules that you can configure as steps in the Case Designer and as utilities in flows to perform specific tasks, such as moving a case to the next stage or saving case attachments to a document repository. Automations can include standard activities. You can open an automation rule to view its inputs and outputs. You can also use automations in an activity, using the Call-Automation method. 

Note: To learn more about automations, see Automations and Pega-supplied automations.

Check your knowledge with the following interaction:


This Topic is available in the following Module:

If you are having problems with your training, please review the Pega Academy Support FAQs.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Academy has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice