Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Delete reason should be stored on HistoricProcessInstance. The field deleteReason is present on HistoricProcessInstanceEntity and used in it's persisted state, but there is no column present in the DB for this. Also the getDeleteReason() not yet exposed on HistoricProcessInstance interface.
Current workaround is to set a variable containing the deleteReason, right before calling the deleteProcessInstance() and setting the historyLevel to full. This allows to query for the HistoricVariableUpdates for that Process-instance and figure out the delete reason.
Issue Links
- relates to
-
ACT-380
Add method getCandidates() to interface DelegateTask
-
Isn't this already implemented?