Wiki News Projects Sources Tasks New Task Reports
PersonalTaskProcess
PersonalTaskProcess (1)
Workflow Name: PersonalTaskProcess Version: 1
Start State: Create Personal Task Start:

Personal Task Process

Personal Task Process
Process Image

This is simples process demostrated simplest usage of jBPM. It is used for managing simple 'todo': user may create any task, this task will be assigned to himself, and then he will finish this task - process closed.

Anyway, this process used some EmForge-specific features, for example 'assignToProcessOwner' Assigner:

assignToProcessOwner Assigner.

jBPM allows user to specify own 'aasigners' - classes, responsible for assigning task to some actor. Since we are using in EmForge spring-jbpm31 module, it allow us to specify assigners as Spring-Beans inside EmForge and use them via spring-jbpm module.

The problem only - jBPM does not story information, who created the process. For doing it we use special variable '_Owner' - in this variable information about who created the process is stored. And it is used in assignToProcessOwner assigner for assigning some task to the actor, created the process.

For example, this assigner also used in the ToDoProcess for assigning todo for reviewing to the person - created ToDo.


General Info
Comments
Picture
Process History
NameDeployed byDateComment
PersonalTaskProcess(3) akakunin2008-03-01 17:36New version done with jBPM 3.2.2
PersonalTaskProcess(2) akakunin2008-02-29 07:28Fixed version og Personal Task Process
PersonalTaskProcess(1) akakunin2008-02-24 16:43