Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 715 Views
  • 0 replies
  • 0 kudos

How to who can reassign the task?

Every user who is assigned a task can reassign that task to another user. But in fact, only some people can reassign the task (e.g the manager only). How to setup this?Thanks, 

duke_duong by Champ on-the-rise
  • 5162 Views
  • 2 replies
  • 1 kudos

Upgrading Alfresco Content Services

I'm trying to upgrade to 5.2.1 and I read some instructions that I'm a bit confused by. On the Alfresco documentation page under "Upgrading Alfresco Content Services" section 3e states "Do not copy the files. Copy only the override settings so that y...

jbrown2 by Champ in-the-making
  • 3182 Views
  • 1 replies
  • 0 kudos

Showing where the particular instance is in the workflow

HiI have a requirement where i need to show to users where a particular process instance is in workflow.Is there any API that will provide me with these information?At the minimum, if i can get:- all completed tasks- all active tasks- all tasks in th...

nmorado by Champ on-the-rise
  • 5458 Views
  • 3 replies
  • 1 kudos

It is possible to translate?

Hi all,it is posibble to translate strings under document action? Hihlight text in attachment.Could anyone tell me, where it must be translate?

pavelbaco by Champ in-the-making
  • 5913 Views
  • 2 replies
  • 0 kudos

share-config-custom.xml changes

I'm with problems with this. I modify the `tomcat/webapps/share/WEB-INF/classes/alfresco/share-workflow-form-config.xml` and also `./tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml` but... Changes are not made in alfresco. What c...

Oracle DB upgrade fails

alter table ACT_RE_PROCDEF add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_PROCDEF set ENGINE_VERSION_ = 'activiti-5';alter table ACT_RE_DEPLOYMENT add (ENGINE_VERSION_ NVARCHAR2(255));update ACT_RE_DEPLOYMENT set ENGINE_VERSION_ = 'activiti-5';al...

buksvdl by Champ in-the-making
  • 3771 Views
  • 1 replies
  • 0 kudos

Long service tasks not starting

Hi,When trying to start 45 process instances which contain an asynchronous service task with of class ShellActvityBehavior (with the class field wait=false), some of them don't start, even though they show up in the diagram, as seen in the image:As y...

avirankatz by Champ on-the-rise
  • 3775 Views
  • 1 replies
  • 0 kudos

How to set the workflow to send a string back to caller?

Hello all,I have created a workflow using Alfresco.I have written a piece of Java code which starts a process using the REST API:               "http://localhost:8080/activiti-app/api/enterprise/process-instances".Starting a process is success, howev...

ntj by Champ in-the-making
  • 3365 Views
  • 1 replies
  • 0 kudos

Troubleshooting models in Alfresco Share

Tutorial: creating and using models in Alfresco Share | Alfresco Documentation I am following the link above to create a model but I am not able to see the model after submission.  The model disappears totally.  I don't see it on the screen, in the l...

Resolved! Async Service Task executed multi-times in cluster

This is the definition:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://ac...

dean by Champ in-the-making
  • 5689 Views
  • 1 replies
  • 1 kudos

Working with attachment fields in Script task

I am attempting to work with files that have been attached in a form. How would I go about retrieving information within a JavaScript Script task? When I do a /activiti-app/api/enterprise/process-instances/${process_instance_id} call, I see that my v...

gbanks by Confirmed Champ
  • 11399 Views
  • 8 replies
  • 1 kudos

Resolved! Alfresco permissions to add users on sites

Hello,I'm new on Alfresco and I would like to know how to manage permissions to give only access for some users to add users on sites.I made some tests and I see that with the role Manager a user can add others users on spaces but it's too many permi...