I create customize workflow with Comala. I use the markuo editor and the trigger to define special action of each validation step.
Is there some one to help me by giving me the way to forbidden changes in a document automatically (maybe something with status page?)
Best regards to the community
Hi,
as Comala Documents (Workflows) is a pretty complex addon, I'd suggest you contact the Comala support directly. They're doing a great job supporting their addons.
https://comalatech.jira.com/servicedesk/customer/portals
Best
JP
@JP _AC Bielefeld Leader_ thanks for your reply and kind words! We really appreciate it! You are right that contacting our support team (http://support.comalatech.com/) is the quickest route to getting help.
@Francoise DUCLOS are you familiar with the {set-restriction}, {add-restriction} and {remove-restriction} action macros? We have a really useful example page in our wiki: https://wiki.comalatech.com/display/cdml/Add%2C+remove+and+set+page+restrictions
Kind regards
James
Senior Product Manager
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I took time , but I will have a look on it this week, thanks very much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I had a look on your page remove+and+set+page+restrictions but I can't find the right way to "blocked" my page in the final version.Do you have a sample code, which explain how to forbidden all changes in a page ?
Best regards
Françoise
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this markup:
{workflow:name=Restrictions example}
{state:Draft|approved=Published}
{approval:Review}
{state}
{state:Published}
{state}
{trigger:pageapproved|approval=Review}
{set-restrictions:type=view|group=confluence-users}
{set-restrictions:type=edit|group=confluence-administrators}
{trigger}
{workflow}
Kind regards
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.