cancel
Showing results for 
Search instead for 
Did you mean: 

StartProcess without history persistence

fernando-sc
Champ in-the-making
Champ in-the-making
Hi,

I'd like to start a process by RuntimeService without save its history. I know about property "history" in SpringProcessConfiguration bean, but I want to avoid history persistence only for this process specificly. Could I configure this property programatically? Or even set this property as a parameter specificly for a workflow execution (when I call startProcessInstanceByKey - or similar) method?
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
I checked the source code, and while it seems to be possible in many parts of the code, it isn't exposed yet.
If you think it is an important feature (and I would agree, actually)… could you create a jira issue for this feature?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
isn't there an 'audit' attribute in the bpmn specs that could be leveraged to define (overrule?) it in the processdefinition?

jbarrez
Star Contributor
Star Contributor
The funny thing is, I thought we already had it… but I couldn't find it anywhere in the code.

We're currently refactoring the history big time, so that is certainly something we could do in the near future.