cancel
Showing results for 
Search instead for 
Did you mean: 

Persisting model data between tasks in Alfresco

root
Champ in-the-making
Champ in-the-making
Hi All,

Is there a way to carry the task form data from one task to another?

- Using Activiti BPMN
- Alfresco Enterprise 4.1.3
- jBoss Server EAP5
- custom Model
- custom forms (37 fields)
- 6 transitions on the workflow

(start) -> Task 1 -> Task 2 -> Task 3 -> Task 4 -> Task 5 -> Task 6 -> (end)

Recommendations:

1) Use aspects and not Properties in your model.
2) Use execution.setVariable('x',task.getVariable('x'));

I am trying to do this the correct way. Are the above two options the only options or is there a better way that alfresco recommends?

Thanks in Advance,

Edmond.
1 REPLY 1

root
Champ in-the-making
Champ in-the-making
Still looking for some advice.