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

Forum Posts

Proper Way to Pass camelBody 'From' one Route To Another

Is there a proper /betterway to get Activiti to set the body automatically from one route to another, instead of manually fetching it out of the properties like so@Component public class TestRoute extends RouteBuilder { @Autowired protected T...

jediwompa by Champ in-the-making
  • 1954 Views
  • 0 replies
  • 0 kudos

Migration options from v4.2.6.4

I have inherited an Alfresco v4.2.6.4 server that is integrated with MariaDB and LDAP on CentOS 7.7. How many upgrades would be necessary in order to get to a more currently supported state?As a follow-up, Alfresco data resides on a 190 GB NFS-mounte...

Resolved! Preview of a generated document in a form

Hello,I have created with BPMN editor a process that generate a document. In a next task, i would like to display this document in a form to allow the task assignee to view it.I would like to have the same functionnality as if the generated document ...

r_kister by Champ on-the-rise
  • 9558 Views
  • 5 replies
  • 1 kudos

How to intall ACS 7.0

I see in the forum tag editor, the "ACS 7.0" tag and the "Community 7.0" tag...Googling for Alfresco Install, it keeps finding the link to the 6.2 GA version...So...where can I found the installation file,and HOW to proceed with intallation (I believ...

Giuliano by Confirmed Champ
  • 3943 Views
  • 2 replies
  • 1 kudos

Resolved! Delete Associated Workflows after document has been deleted

I have a requirement that if a document has been deleted in the repository then all the workflow that are associated with it should get deleted (each workflow package will always have a single document). Originally, on delete of a document the workfl...

abbask01 by Star Collaborator
  • 11411 Views
  • 8 replies
  • 3 kudos

Resolved! Get a list of downloaded Documents in Alfresco

Hello Everyone,I am Using Alfresco 6 (dockerized). Is there any REST API  or Java API available that would help me get the list of downloaded documents in Alfresco? I checked the audit trail rest api but it doesn't get me any entries when a document ...

Update content using Rule in background

Hello,I created an action-executer to change and replace the content of a document. I used this action to create a Rule and the rule is working fine and the document is well replaced.But when I choose to Run the Rule in background I have the action n...

jamilnour by Star Contributor
  • 8531 Views
  • 5 replies
  • 0 kudos

download.cleaner

Hi everyone, I have an Alfresco 5.0 community instance which is consuming a lot of disk space on the contentstore directory.I noticed its space grown significantly during the last days where some user downloaded a lot of data using the "download as z...

Tasslehoff by Champ in-the-making
  • 2935 Views
  • 1 replies
  • 0 kudos

User Define Duedate - Timer event should trigger

Dear members,Kindly help me/guide me with below case involving Timer EventIssue: (Start Event - User1 Form - Timer Event -  User 2 Form - End Event)-In this User1 form, user will set the due date randemly, Here the timer event has to wait until the d...

prohit by Champ on-the-rise
  • 1114 Views
  • 0 replies
  • 0 kudos

Resolved! Transformations using ImageMagick in a dockerized Alfresco

In previous versions using SDK 3, I declared this transformer for viewing DCM (medical) images in Alfresco:<bean id="transformer.worker.dcm2jpg" class="org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker"> <property name="...

filipehtf by Champ in-the-making
  • 4131 Views
  • 1 replies
  • 2 kudos

Yet another invalid keystore question

I am using docker-compose so all the answers about expanding the war wont work for me.  And I don't understand why this is happening with the docker images.  I am useing a custom image with almost nothing changed.  the Docker file looks like this:FRO...

mangar by Star Contributor
  • 3339 Views
  • 1 replies
  • 0 kudos

custom navigation bar template

I would like all sites, to have the navigation bar with the calendar menu itemI have to manaully configure each navbar for any site I create.The same happens for the dashlet (I have to manually drag the stie calendar for each site).Is it possible to ...

Giuliano by Confirmed Champ
  • 3153 Views
  • 1 replies
  • 1 kudos

Does REST call task throw BPMNError?

If REST call task receives http status 400, for example, does it throw a BPMNError so that a boundary error event can catch it? It does not seem to happen. 

esakilpi by Champ in-the-making
  • 8167 Views
  • 9 replies
  • 2 kudos

Configuring IMAP access to document library

I have configured the IMAP subsystem and have read/write access to site document libraries, which is what I wanted.  However, there are some additional folders shared on the IMAP tree (such as Data Dictionary, Guest Home, Shared, User Homes) that I d...

Migrate Activiti 5.22.0 to Activiti 6.0.0

Add dependency in Pom.xml---------------------------------------------      <dependency>            <groupId>org.activiti</groupId>            <artifactId>activiti-spring</artifactId>            <version>6.0.0</version>      </dependency>            ...

Migrating Activiti 5.22.0 to Activiti 6.0.0

I added dependencies in Pom.xml<dependency>          <groupId>org.activiti</groupId>            <artifactId>activiti-spring</artifactId>            <version>6.0.0</version>      </dependency>               <dependency>                  <groupId>org.a...