cancel
Showing results for 
Search instead for 
Did you mean: 

How task properties are pushed back to process instance

tiennd
Champ in-the-making
Champ in-the-making
Hi,
According to a wiki article, after each task is ended, it's properties are pushed back to process properties. Where this action is performed in alfresco code?
Another question is: task properties and process properties are stored only in JBPM storage or also in alfresco repository?

Thank you,
1 REPLY 1

davidc
Star Contributor
Star Contributor
According to a wiki article, after each task is ended, it's properties are pushed back to process properties. Where this action is performed in alfresco code?

This is behaviour of JBPM - I think it's in TaskController.java.  If you wish to override this behaviour, you can use the <taskcontroller> element in your process definition, or provide your own task controller java plug-in.

Another question is: task properties and process properties are stored only in JBPM storage or also in alfresco repository?

They are stored in the JBPM storage.  However, Alfresco repository items are stored as references in JBPM e.g. the workflow package is a container in the Alfresco Repository, but held as a reference to it in JBPM.