Maximizing performance while minimizing human error is a requirement of organizations of all sizes. This need is covered by defined processes and workflows, for recurring tasks. Ensuring all required information is available in the right place, and contacts are informed about their responsibilities like adding information, approving requests, etc.
Rexpondo supports this requirement by process management. Process tickets help by using the required mandatory and optional fields (see Dynamic Fields) that information is not forgotten upon ticket creation or during later steps of the process. Process tickets are simple to handle for customer users and agents, so no intensive training is required.
Processes are designed completely and efficiently within the Rexpondo front end to fit the requirements of your organization.
Use this screen to manage processes in the system. The process management screen is available in the Process Management module of the Processes & Automation group.
Click on the copy icon in the fifth column of list of processes.
Click on the newly created process to edit it.
To delete a process:
Click on a process in the list of processes.
Set the State option to Inactive.
Click on the Save button. A new Delete Inactive Process button will appear in the left sidebar.
Click on the Delete Inactive Process button.
Click on the Delete button in the confirmation screen.
Deploy all processes.
Warning
Processes are written into file in Perl format. Without deploying, all processes are still in this cache file even if they are deleted or the State option is set to Inactive or FadeAway. Don’t forget to deploy all processes after modifications!
Give some time for agents to complete the running process tickets before the process will be deleted. It is possible to mark a process for deletion, i. e. set the process as not to be selected anymore. Process states can be:
Active
Processes can be used in new process tickets.
FadeAway
Processes cannot be selected any more for new tickets, but existing tickets still can use the process.
Inactive
Processes are deactivated and cannot be used for new or existing tickets.
To deploy all processes:
Click on the Deploy All Processes button in the left sidebar.
Note
New or modified processes have to deploy in order to make affect the behavior of the system. Setting the State option to Active just indicates, which processes should be deployed.
To export a process:
Click on the export icon in the fourth column of list of processes.
Choose a location in your computer to save the Export_ProcessEntityID_xxx.yml file.
Warning
The exported file contains only the process itself, and doesn’t contain the Queues, Agents, Dynamic Fields, etc. needed for the process.
To import a process:
Click on the Browse… button of the Configuration Import widget in the left sidebar.
Select a previously exported .yml file.
Click on the Import process configuration button.
Deploy all processes.
Note
Before import of a process, it is still necessary to create all Queues, Agents and Dynamic Fields, as well as to set System Configuration, that are needed by each process before the import. If the process requires the use of Access Control Lists (ACL) those are also needed to be set manually.
Note
If several processes are added to the system, use the filter box to find a particular process by just typing the name to filter.
The element names of the process modeler have been adapted to the Business Process Model and Notation (BPMN) ISO naming convention. The following task activities can be used as basic elements of the process.
User task activity
User task activity can be used when the task is being done by an agent or a customer user.
The following settings are available when adding or editing this resource. The fields marked with an asterisk are mandatory.
Activity name *
The name of this resource. Any type of characters can be entered to this field including uppercase letters and spaces.
Activity type *
The following types of task activities can be used:
Script task activity
Service task activity
User task activity (selected for now)
Activity Dialogs
You can assign activity dialogs to this activity by dragging the elements with the mouse from the left list to the right list. Ordering the elements within the list is also possible by drag and drop.
Click on the Create New Activity Dialog button to create new dialogs.
Processes are more complex than other resources in Rexpondo. To create a process, you need to do several steps. The following chapters show you, how to define a process from the specification and create the needed resources. Let’s see an example to make it more demonstrative. We will define a book order process.
Before an order will be placed, the demand for literature by an employee will be recorded. The following book is needed in our example:
Title: Prozessmanagement für Dummies
Autor: Thilo Knuppertz
ISBN: 35210.03713
Approval by manager
The head of the employee’s department needs to decide on the order. In case of a denial, a reason should be recorded by the manager. In case of approval, the order is passed to the purchasing department.
Processing by purchasing department
Purchasing now has the task to find out where the book can be ordered with the best conditions. If it is out of stock, this can be recorded in the order. In case of a successful order purchasing will record the supplier, the price and the delivery date.
Processing by the mail room
The shipment will arrive at the company. The incoming goods department checks the shipment and records the date of receipt. Now the employee will be informed that their order has arrived and is ready to be collected.
If we assume that a ticket acts in this workflow like an accompanying document that can receive change notes, we already have a clear picture of process tickets.
From the analysis of the example process we can identify the following necessary items:
Possibility to record data, let’s call this activity dialog.
Check which can react to changed data automatically, let’s call this transition.
Change which can be applied to a process ticket after successful transitions of a process ticket, let’s call this transition action.
A possibility to offer more than just one activity dialog to be available. In our example this is needed when the manager must have the choice between Approve and Deny. Let’s call this activity.
Now, with activities, activity dialogs, transitions and transition actions we have the necessary tools to model the individual steps of our example. What is still missing is an area where for each workflow the order of the steps can be specified. Let’s call this process.
Before the creation of the process and its parts is necessary to prepare the system. We need to define some Queues, Agents and Dynamic Fields as well as set some System Configuration settings.
Click on the Activity Dialogs item in the Available Process Elements widget in the left sidebar. This action will expand the Activity Dialogs options and will collapse all others doing an accordion like effect. Click on the Create New Activity Dialog button.
In the opened popup screen fill in the Dialog Name as well as the Description (short) fields. For this example we will leave all other fields as the default.
To assign fields to the activity dialog simple drag the required field from the Available Fields pool and drop into the Assigned Fields pool. The order in the Assigned Fields pool is the order as the fields will have in the screen. To modify the order simply drag and drop the field within the pool to rearrange it in the correct place.
In this example we will use:
Article field for comments.
DynamicField_Title, DynamicField_Author, DynamicField_ISBN fields for the data to be collected for the order.
DynamicField_Status with the possibility to choose Approval.
Drag these fields from the Available Fields pool and drop into the Assigned Fields pool.
Note
In this screen all dynamic fields has the prefix DynamicField_ as in DynamicField_Title. Do not confuse with the field Title that is the ticket title.
As soon as the fields are dropped into the Assigned Fields pool another popup screen is shown with some details about the field. We will leave the default options and only for Article fields we should make sure that the Communication Channel field is set to Rexpondo and that the Is visible for customer is not checked.
Click on the Transitions item in the Available Process Elements widget in the left sidebar. This action will expand the Transitions options and will collapse all others doing an accordion like effect. Click on the Create New Transition button.
In the opened popup screen fill in the Transition Name. For this example in the Condition Expressions we will use just one condition expression and just one field. For both we can leave the Type of Linking as and and we will use the filed match type value as String.
Click on the Transition Actions item in the Available Process Elements widget in the left sidebar. This action will expand the Transition Actions options and will collapse all others doing an accordion like effect. Click on the Create New Transition Action button.
In the opened popup screen fill in the Transition Action Name and the Transition Action module then click on the Save button. A new Configure button will appear next to the module field.
After all fields are filled in, click on the Save and finish button to save the changes and go back to the process management screen.
Create the following transition actions:
Move the process ticket into the “Management” queue (already created before)
To be executed when the transition Approval applied.
Change ticket responsible to “Manager”
To be executed when the transition Approval applied.
Move process ticket into the “Employees” queue
To be executed when:
The transition Approval denied applied.
The transition Order denied applied.
The transition Shipment received applied.
Change ticket responsible to “Employee”
To be executed when:
The transition Approval denied applied.
The transition Order denied applied.
The transition Shipment received applied.
Move process ticket into the “Purchasing” queue
To be executed when the transition Approved applied.
Move process ticket into the “Post office” queue
To be executed when the transition Order placed applied.
Close ticket successfully
To be executed when the transition Shipment received applied.
Close ticket unsuccessfully
To be executed when:
The transition Approval denied applied.
The transition Order denied applied.
There are places where the same transition actions should be executed. Therefore it is reasonable to make it possible to link transition actions freely with transitions to be able to reuse them.
Click on the Activities item in the Available Process Elements widget in the left sidebar. This action will expand the Activities options and will collapse all others doing an accordion like effect. Click on the Create New Activity button.
To assign dialogs to the activity simple drag the required dialogs from the Available Activity Dialogs pool and drop into the Assigned Activity Dialogs pool. The order in the Assigned Activity Dialogs pool is the order as the dialogs will be presented in the Ticket Zoom screen. To modify the order simply drag and drop the dialog within the pool to rearrange it in the correct place.
Note
This order is specially important in the first activity, since the first activity dialog for this activity is the only one that is presented when the process starts.
In this example we need to assign only the Recording the demand activity dialog. Drag this dialog from the Available Activity Dialogs pool and drop into the Assigned Activity Dialogs pool.
After all fields are filled in, click on the Save and finish button to save the changes and go back to the process management screen.
Create the following activities:
Recording the demand (already created before)
Assign the activity dialog Recording the demand.
Approval
Assign the activity dialogs Approval denied and Approved.
Order
Assign the activity dialogs Order denied and Order placed.
Incoming
Assign the activity dialog Shipment received.
Process complete
This is an activity without possible activity dialogs. It will be set after Approval denied, Order denied or Shipment received and represents the end of the process.
Now we can clearly see that activities are precisely defined states of a process ticket. After a successful transition a process ticket moves from one activity to another.
Let us conclude our example with the last missing piece in the puzzle, the process as a flow describer. In our case this is the whole ordering workflow. Other processes could be office supply ordering or completely different processes.
The process has a starting point which consists of the start activity and the start activity dialog. For any new book order, the first activity dialog of the first activity is the first screen that is displayed. If this is completed and saved, the process ticket will be created and can follow the configured workflow.
The process also contains the directions for how the process ticket can move through the process. Let’s call this process path. It consists of the start activity, one or more transitions (possibly with transition actions) and other activities.
Assuming that the activities have already assigned their activity dialogs, drag an activity from the accordion in the Available Process Elements widget in the left sidebar and drop it into the canvas area below the process information. Notice that an arrow from the process start (white circle) to the activity is placed automatically. This is the first activity and its first activity dialog is the first screen that will be shown when the process starts.
Next, drag another activity into the canvas too. Now we will have two activities in the canvas. The first one is connected to the start point and the second has no connections. You can hover the mouse over each activity to reveal their own activity dialogs.
Then let’s create the process path (connection) between this two activities. For this we will use the transitions. Click on transition in the accordion, drag a transition and drop it inside the first activity. As soon as the transition is dropped the end point of the transition arrow will be placed next to the process start point. Drag the transition arrow end point and drop it inside the other activity to create the connection between the activities.
Now that the process path between the actions is defined, then we need to assign the transition actions to the transition. Double click the transition label in the canvas to open a new popup window.
After the transition actions are assigned, click on the Save button to go back to the main process edit screen. Click on Save button below the canvas to save all other changes.
Complete the process path by adding the following activities, transitions and transition actions:
Recording the demand (already created before)
Possible transition: Approval
Starting activity: Recording the demand
Next activity: Approval
If the condition of this activity is fulfilled, the ticket will move to activity Approval.
Additionally, the following transition actions are executed:
Move the process ticket into the “Management” queue
Change ticket responsible to “Manager”
The activity Recording the demand is a defined step of the process ticket, where there is the possibility for the transition Approval. If this applies, the ticket will move to the next activity Approval, and the transition actions Move the process ticket into the “Management” queue and Change ticket responsible to “Manager” are executed. In the activity Approval, the activity dialogs Approval denied and Approved are available.
Approval
Possible transition: Approval denied
Starting activity: Approval
Next activity: Process complete
If this matches, the process ticket will move to activity Process complete.
Additionally, the following transition actions are executed:
Move process ticket into the “Employees” queue
Change ticket responsible to “Employee”
Close ticket unsuccessfully
Possible transition: Approved
Starting activity: Approval
Next activity: Order
If this matches, the process ticket will move to activity Order.
Additionally, the following transition actions are executed:
Move process ticket into the “Purchasing” queue
We can see that from the current activity, which defines a step of the process ticket, there are one or more possibilities for transition which have exactly one target activity (and possibly one or more transition actions).
Order
Possible transition: Order denied
Starting activity: Order
Next activity: Process complete
If this matches, the process ticket will move to activity Process complete.
Additionally, the following transition actions are executed:
Move process ticket into the “Employees” queue
Change ticket responsible to “Employee”
Close ticket unsuccessfully
Possible transition: Order placed
Starting activity: Order
Next activity: Incoming
If this matches, the process ticket will move to activity Incoming.
Additionally, the following transition actions are executed:
Move process ticket into the “Post office” queue
Incoming
Possible transition: Shipment received
Starting activity: Incoming
Next activity: Process complete
If this matches, the process ticket will move to activity Process complete.
Additionally, the following transition actions are executed:
Move process ticket into the “Employees” queue
Change ticket responsible to “Employee”
Close ticket successfully
The complete process path for the book ordering process will then look like this:
After you finish the process path, click on Save and finish button below the canvas to go back to the process management screen.
Click on the Deploy All Processes button in the left sidebar. This will gather all processes information form the database and create a cache file (in Perl language). This cache file is actually the processes configuration that the system will use to create or use process tickets.
Note
Any change that is made on the process will require to re-deploy the process in order to get the change reflected in the system.