Back ForwardUnderstanding Pega Pulse

Concepts and terms

Pega Pulse adds social activity stream capabilities to your user interface. This feature facilitates collaboration and conversation among application developers and users. Other applications for Pega Pulse include opportunities for teamwork among:

Enabling users to share instant messages, files, and URLs with other users in their work group, Pega Pulse provides:

How Pega Pulse works

The standard Pega-Social RuleSet supports the Pega Pulse activity stream. Pega Pulse appears on the Application Overview landing page, and in the case form's details tab group using the section @baseclass.pxActivityStream, which you can embed almost anywhere in your application.

Post your message in the Pega Pulse window, then click Share. By default posts are public and visible to individuals who are part of your application and work group. Posts submitted from a case are visible by those who have access to the case, and can be set to private or public by clicking the lock icon.

You can add attachments to your posts, including documents, images, and links.

Post messages, attach files, or add links, programmatically from activities or SLA rules using the @baseclass.pxPostMessage activity. You can also configure business events that post to Pega Pulse.

Extending Pega Pulse

Pega Pulse offers a fully configurable Actions menu on posts. Use this menu to create a task to assign work to another user, or perform other configured actions. The Work-pySocialWorkActions navigation rule generates the list of actions on work items. You can save this navigation rule to your application and customize the Actions menu.

You can filter posts that appear in the Pega Pulse activity stream. Default filters include All Posts, Posts by Me, Automated Posts, Posts with Files, and Posts with Links. However, you can customize @baseclass.pyFilterOptions to define your preferred available filter options.

Customize the header section of the activity stream using Work-pySocialHeader. Add your own logo or other features. The when rule .pyShowSocialHeader determines whether the header section appears.

See Configure and customize Pega Pulse for additional customization options.

 

Other resources

These PDN articles are relevant:

Definitions Pega Pulse

Up Concepts