PersonalTaskProcess
|
![]() |
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:
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.