09-04-2012 01:25 PM
09-04-2012 01:28 PM
The default is available only for the 5.6 version released (not in RCs)
Actually there is no simple way to do that, but we plan to improve that soon.
Waiting this improvement here is the way:
Copy this following content:
<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>TonTypeDoc1</type>
<type>TonTypeDoc2</type>
etc...
</rule>
<rule grant="false">
<condition>document.isImmutable()</condition>
</rule>
</filter>
</extension>
Where TonTypeDoc1, TonTypeDoc2 is your doc types name on which the workflow will be enabled.
09-04-2012 01:28 PM
The default is available only for the 5.6 version released (not in RCs)
Actually there is no simple way to do that, but we plan to improve that soon.
Waiting this improvement here is the way:
Copy this following content:
<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>TonTypeDoc1</type>
<type>TonTypeDoc2</type>
etc...
</rule>
<rule grant="false">
<condition>document.isImmutable()</condition>
</rule>
</filter>
</extension>
Where TonTypeDoc1, TonTypeDoc2 is your doc types name on which the workflow will be enabled.
09-26-2012 07:59 AM
hello, thank you for that, but how can we make appear the Default Workflow in Nuxeo Studio ?
09-26-2012 08:05 AM
We plan to let it available as Application Template in Nuxeo Studio through Settings & Versioning > Application Templates
09-26-2012 09:20 AM
yes, that would be very nice... can you let us know here when it's gonna be available ? we can't wait
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.