Savvion Help

Do you need help on Savvion?
E-mail us on savvionhelp@gmail.com for any information, help, how-to or questions and we will contact you and reply to your question as soon as possible.

Thursday, March 29, 2012

Tuesday, February 7, 2012

Business Activity Monitoring (BAM)

Business Activity Monitoring (BAM) is a software that helps in monitoring business activities, since those activities are implemented in computer system applications. Business Activity can be a business process designed by Business Process Management (BPM).

Saturday, September 3, 2011

Linux Kill Command Options

Linux kill command send signal to the specified process to kill or cancel the job.

Syntax to kill a process is kill [-s] %pid

Linux kill command has many options available for different operations. How many of them do you know?

Sunday, August 28, 2011

Showing Instructions data on web portal form using BPM Savvion Process Modeler

Savvion portal form has 'Instructions' tab which is used to display instructions data to the business users for giving them the actual instructions on the workstep form that needs to be filled or approved. This allows the business users to have detail instructions on what the form is and what needs to be done by them.

Saturday, August 27, 2011

Progress Software President and CEO, Richard D. Reidy, to Step Down | Progress Software

Progress Software President and CEO, Richard D. Reidy, to Step Down | Progress Software

Easy way to read a property file in java

Did you ever required a property or a config file to be read from Java? Each and every real time projects need to read some of the application specific configurations from a property file. It is always recommended to use a property file to have the values configured rather than hard coding it in your code. If the parameters are hard coded in the code, you will require a new version of the application to be created every time you need to change the parameters.

Monday, August 22, 2011

Simple way of attaching files in Savvion Workflow

Savvion BPM provides a very simple way to attach file in your application flow instead of writing your own java code to select a file for attachment and upload it to the server. You can just place your dataslot in the form editor which will take care of rest of the things. It will do all the processing such as providing a button to select the file as well as uploading the selected file to the server location.