05-23-2013 12:28 PM
Hello, with studio, I have created an xml extension to enable workflow on my document type with the name : DefaultWorkflowFilterOverride
<extension target="org.nuxeo.ecm.platform.actions.ActionService" point="filters">
<filter id="filter@SerialDocumentReview">
<rule grant="true">
<permission>ReadWrite</permission>
<type>File</type>
<type>Note</type>
<type>doc_adm</type>
<type>doc_qualite</type>
</rule>
<rule grant="false">
<condition>document.isImmutable()</condition>
</rule>
</filter>
</extension>
but it's allways impossible to activate workflow on my document with type doc_adm. Where is the problem ?
05-28-2013 01:45 PM
up personne ?
05-28-2013 04:58 PM
Please use for comment and answer for answer.
05-29-2013 04:37 AM
sorry, but I don't understand what is "worflow enablement tab".
06-06-2013 11:43 AM
Hi,
Could you check if using the if "filter@wf@SerialDocumentReview" instead fixes the issue? (adding the "@wf" in the middle of the name). There's been a unfortunate temporary change in this id, see https://jira.nuxeo.com/browse/NXP-11633
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.