workflow

Pega RPA

09 May: What Makes Pega iBPM Best in Class

The core of Pega is its Pega RULES Process Commander, which enjoys a deserved reputation as an exceptional software. It’s highly sophisticated programming easily streamlines large, complex, multi-year projects. Lloyds Banking Group used the software to minimize customer complaints, and Cisco used Pega to centralize its operational processes. Indeed, one of Pega’s best features is its ability to launch and implement quickly regardless of the size or objectives of the project.

Appian Free Trial

15 Apr: Building Your First Appian Quick APP

Last month we took a high-level view of the Appian intelligent BPM (iBPM) platform. We saw that Appian iBPM Solutions remain the best-in-class primarily due to its focus on the business user by enabling them to improve business decisions. The Appian Platform is designed to make it easy to build robust enterprise applications with a combination of low-code development and business process management (iBPM) tools. So let’s build our first Appian Application together…

20 Aug: ABAP OO in your Custom Workflow – Part 3

When the workflow starts you have an instance of the BOR object which is defined by the key fields that were instantiated and passed during the normal event creation. Now you want to instantiate the class which you are going to utilize. Leveraging the class we developed in the previous blogs, create a method that has in input parameter as which is the key to the class, and an export parameter that is a type reference to your class. The method ‘CREATE_INSTANCE’ is defined as static and public.

20 Aug: ABAP OO in your Custom Workflow – Part 1

SAP Business Workflow was built on an approximation of object orientated programming called the Business Object Repository or BOR. It uses object oriented techniques which allowed developers the ability to create copies of standard BOR objects, modify them and through inheritance allow them to be used in place of the standard.