04-11-2008 08:45 AM
05-15-2008 04:03 AM
I've create a space and invite a user as a Consumer, but when clicking actions in the content list appears: Copy, Visualize and Start Advanced Workflow. ¿Can anybody tell me how to get the Start Adva…. option out of the actions list?.
Thanks in advance.
05-15-2008 04:39 AM
<action id="start_workflow">
<label-id>start_workflow</label-id>
<image>/images/icons/new_workflow.gif</image>
<evaluator>org.alfresco.web.action.evaluator.StartWorkflowEvaluator</evaluator>
<action>wizard:startWorkflow</action>
<action-listener>#{WizardManager.setupParameters}</action-listener>
<params>
<param name="item-to-workflow">#{actionContext.id}</param>
</params>
</action>
If you add the following: <permissions>
<permission allow="true">Write</permission>
</permissions>
Only users with write permission will see the button.05-15-2008 05:23 AM
05-16-2008 03:28 AM
<action id="start_workflow">
<label-id>start_workflow</label-id>
<image>/images/icons/new_workflow.gif</image>
<evaluator>my.package.CustomStartWorkflowEvaluator</evaluator>
<action>wizard:startWorkflow</action>
<action-listener>#{WizardManager.setupParameters}</action-listener>
<params>
<param name="item-to-workflow">#{actionContext.id}</param>
</params>
</action>
Tags
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.