Hello!!! i'm a new user of this workflow engine!!
I'm very pleased to join in this community!!
In my use case…i would like to say if in activiti workflow it's possible to set some task in order to trasform them in "key" task..
id est:
start -> task1 -> "task2=Key" -> task3 -> task4=Key -> end.
If, in this process, the user cannot reach task4 and he is stopped in task3,and he must logout for any reasons, at the moment of a new login, he must restart to task2, because he doesn't reach the next "key" task!!
Thanks in advance.
I'm very pleased to join in this community!!
In my use case…i would like to say if in activiti workflow it's possible to set some task in order to trasform them in "key" task..
id est:
start -> task1 -> "task2=Key" -> task3 -> task4=Key -> end.
If, in this process, the user cannot reach task4 and he is stopped in task3,and he must logout for any reasons, at the moment of a new login, he must restart to task2, because he doesn't reach the next "key" task!!
Thanks in advance.
I would start by looking into transactions (BPMN semantics, not technical!) and compensation handlers … but it'll be pretty tricky I think.