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.