Questions tagged [pega]

Pega or PegaRULES Process Commander (PRPC) is a BPMS developed by PegaSystems

Pega PRPC(Pega Rules Process Commander) Also known as BPM(Business Process Management) Tool is a proprietary suite, a market leader for many years, according to Gartner. Most of the users are from Finance, Insurance or Medical domains.

Its a app, which runs on any standard server (like ) and supports most of the common RDBMS. It offers visual editors for almost everything (processes, business rules, gui, users, services, connectors to various systems), instant propagation of changes, and its own versioning system.

See http://www.pega.com for more details or better community.pega.com for the Pega Developer Network.

The first level of certification in Pega is CSA - Certified System Architect. After that you can proceed with CSSA - Certified Senior System Architect.

127 questions
1
vote
3 answers

Get last 3 characters of matched pattern RUTA

I am trying to get last 3 characters of a pattern. But I am stuck on how to do it. Please share your thoughts on this. PACKAGE uima.ruta.example; Document{->RETAINTYPE(SPACE)}; DECLARE VarA; ((W|NUM)* (W|NUM)*){REGEXP(".{12}")->…
1
vote
1 answer

How to integrate an IHM from PEGA in an ANGULAR project?

Did anyone of you try to integrate a template from PEGA in his Angular project ? I will explain for you what i did so far : 1- I added the Pega's script url in my index.html 2- I added the html code that holds all the pega parameters to display…
CarlaDX
  • 29
  • 7
1
vote
1 answer

Pega robotic studio - Why should we add activity, robotic activity in a Global container?

I'm learning Pega Robotics studio. As I went through their materials, I see that they add the activity, robot activity and test harness to the Global container of the project before using them in an automation. I understand, Global container is a…
ItsMeGokul
  • 403
  • 1
  • 5
  • 16
1
vote
1 answer

Google Cloud Platform - receiving a 502 error for a backend not passing health checks

I have been following this guide to deploy Pega 7.4 on Google Cloud compute engine. Everything went smoothly however on the Load Balancer health check the service continues to be unhealthy. When visiting the external IP a 502 is returned and in…
1
vote
1 answer

nginx reverse proxy and pega

I am trying to configure Pega web UI through Nginx. I am getting the front page but, Pega CSS, images and js is not loading. Below is my configuration. location /prweb/PRServlet/ { rewrite ^/prweb/PRServlet/(.*)$ /pega/$1 redirect; } location …
Prash
  • 71
  • 3
  • 11
1
vote
1 answer

Application server monitoring

I support Webserver and weblogic types application servers where Pega application run . Can anyone suggest any tool that will monitor the Pega application and will sent notice if if it is not accessible.
avantika
  • 9
  • 4
1
vote
1 answer

Render HTML (response of an aspx page) in Pega User Interface

I am migrating an aspx application in to Pega which has heavy UI pages. When I tried to render the respective HTML in the form/ user interface tab of PRPC, most of the UI controls did not render and have to do heavy Pega coding to make it work. Are…
1
vote
1 answer

How to fix the error "You are not authorized to create, modify or lock instance error"?

I have the data page DestrAct. When I try to call Obj-Save method in an activity the error "You are not authorized to create, modify or lock instance Org-Div-Data-DestrAct" occurs. Why does it happen and how can I fix it? Thank you.
1
vote
1 answer

Pega 7.3. Error Missing Application. (Pega-API-CI-Branch)

I have a issus on Pega 7.3. I have to automate the check conflict on jenkins. For this, I use a http request authentification such as automate the PEGA-Unit. So I go to the PEGA-API, and use getconflict with returns a list of conflicts that would…
Christophe
  • 25
  • 1
  • 8
1
vote
1 answer

Close a screen using an activity

I have a bit of a complex situation in my application. In my flow, I have to support a back-to-back assignment as well as a normal assignment. When a user hit submit from the screen, depending on the input, either back-to-back assignment or the…
Supun Amarasinghe
  • 1,443
  • 3
  • 12
  • 24
1
vote
2 answers

How to update a column in data page after we get the results from case execution?

I want to update a column by name A which is the output of the case. Can we use activity for this? What is the best way to achieve?
1
vote
1 answer

How is controller written in PRPC

Can someone please brief me about the model that PRPC follow. How do they handle request. How the dispatcher servlet function in PRPC. Do they have any custom setting to handle request. How is view controller handled.What design patterns are used.…
1
vote
1 answer

Can you implement TDD in Pega?

As the title says, we use Pega extensively, and was wondering, whether it is possible to implement TDD in the same fashion as .NET or Java.
dqm
  • 1,190
  • 3
  • 12
  • 19
1
vote
1 answer

XSLT Select Node from Parameter and merge to XML

i have just created a XSL transformation where i am transform Xml to xHTML and back. It is my first time working with XSLT. Now i am building the "back part" a reverse transformation and there i am stuck. Introduction/Overview So the base XML…
1
vote
1 answer

Re-Save Internal rules in Pega 7

Is it possible to re-save Internal rule in custom ruleset without Internal label? For example: I've saved pzModalTemplate in my ruleset with name UserProfileModalTemplate and make some changes in it. In top of rule form it says: Section…
Ivan
  • 490
  • 1
  • 7
  • 23
1
2
3
8 9