-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF15, 5.5.0-HF01, 5.6-RC1, 5.6
-
Component/s: Publishing
-
Upgrade notes:
When querying for publication state, there is two ways of doing
- asking JBPM for tasks on documents
- checking the publication ACL on the document
Querying ACLs is faster than running into JBPM hibernate.
At this stage, we're using the both strategy, ACL for positive queries and JBPM for negative one.
We want to use the same strategy in both cases. We want also to select by the default the ACL strategy but being able to use the JBPM extraction is needed for backward compatibility.
- is duplicated by
-
NXP-8213 optimize publication status retrieve on documents
- Resolved