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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

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

webpreview and transformation

Hi guys, I have a question about webpreview.Is it possible to transform documents pdf, xls, doc, ppt, csv..etc to pdf or html as webpreview?Is it possible to make the configuration, would it be possible to run the transformation of the rules using RE...

Released Alfresco Process Services SDK 1.6.2

Released Alfresco Process Services SDK 1.6.2 adding a dedicated Maven profile for building and deploying Activiti Admin App (activiti-admin) and resolved an issue preventing to build due to the Aspose dependencies that now should be taken directly fr...

openpj by Elite Collaborator
  • 2016 Views
  • 0 replies
  • 0 kudos

Custom Role for Permission List in ACA

Hi Guys,The ACA permissions dialog (permission list component) shows a list of site Roles.  However, I cannot find any way to configure a custom Role in the available list for a user to select.  Is there a way to add custom roles from configuration?B...

boneill by Star Contributor
  • 3649 Views
  • 2 replies
  • 0 kudos

REST API > link between nodes and processes

Hello,Thanks to the API I'm now able to list all the nodes and all the processes .. but I can't find any link between those 2 entities ..How could I find the processes associated with a given node ?How could I find the associated node of a given proc...

JC83 by Confirmed Champ
  • 4469 Views
  • 4 replies
  • 0 kudos

Resolved! show only completed process

Hi,I'm able to get a process list .. but only with current oneshttp://serveur:8081/alfresco/api/-default-/public/workflow/versions/1/processes/?I would like to get only the completed processesIt seems that the "where" argument allows to do it but I c...

JC83 by Confirmed Champ
  • 4836 Views
  • 4 replies
  • 0 kudos

Recommendation for BPM process definition version usage

Hello All,I do have a process definition which has various steps and interacts with many ecternal systems. Whats the best recommendation if I have to update the process with set of new changes and I know the old instances will still point to the old ...

SSO Bypass URL for APS 1.11

Hey there,   We're in the process of configuring Identity Services for ACS and APS. With SSO enabled in APS, it looks like all requests to:   https://<aps host>/activiti-app   are automatically routed through SSO. This is *fine* for normal users but ...

tarh33l_bf by Champ in-the-making
  • 3055 Views
  • 1 replies
  • 0 kudos

workflow information within the REST API

Hi,I'm able to get some precious information about the document using 'https://server/alfresco/api/-default-/public/alfresco/versions/1/nodes .. URL .. But .. is there a way to have some informations about the workflows in the same way ?thank you !

JC83 by Confirmed Champ
  • 2745 Views
  • 2 replies
  • 0 kudos

bulk export

cant find a way to export all files from alfresco to local for alfresco 5.2.  pls help.have tried following links but was not a success.https://github.com/gsdenys/alfresco-bulk-exporthttps://github.com/zylklab/alfresco-export-scripts/blob/master/READ...

shishir48 by Champ in-the-making
  • 3106 Views
  • 1 replies
  • 0 kudos

Send email using smtp on centos 7

Hello everybody,I have a pc running centos 7 and alfresco community 5.2. Following the documentation,  I put the following lines in /opt/alfresco-community/tomcat/shared/classes/alfresco-global.properties :mail.host=mail.server.com mail.port=587 mail...

idebonis by Confirmed Champ
  • 4121 Views
  • 2 replies
  • 1 kudos

Password change log in Alfresco

Hi everyoneI have the following question:Is there a log or something similar where the last change of Alfresco password is recorded?For any account.I am attentive to your comments

Resolved! Can't connect to Share over LAN IP

Hi all,I'm trying to connect to my share server (7.1) from another machine on the same network but I'm having some issues.If I use the default 127.0.0.1:8080 I get a refused connection. If I use the IP of the machine the server is running on, the con...

Patch by Champ in-the-making
  • 4547 Views
  • 1 replies
  • 1 kudos

MinIO S3 Connector for ACS and APS

Developed by Crest team, MinIO S3 Connector for ACS and APS allows customers to deploy S3 compatible storage in on-premise data center or in multi-cloud setup.Solution page: https://crestsolution.com/solutions/alfresco-add-ons/

image

Resolved! Broken HOTSWAP Agent with SDK4.3

Has anyone tried to set up HOTSWAP AGENT with the newest SDK 4.3? It seems like the Docker configuration is somehow broken.Step 14/15 : RUN tar -xvf $TOMCAT_DIR/trava-jdk-11-dcevm.tar.gz -C /usr/java/ && rm $TOMCAT_DIR/trava-jdk-11-dcevm.tar.gz && al...

upforsin by Star Collaborator
  • 3451 Views
  • 1 replies
  • 1 kudos

Cannot find Alfresco Repository after docker-compose down

Hello,I've installed the Alfresco community version service just by docker-compose up months ago.Several days ago, after doing docker-compose up, I stupidly did docker-compose down instead of the docker-compose stop just for stopping the service. And...

addon0 by Champ in-the-making
  • 6767 Views
  • 6 replies
  • 0 kudos

Javascript Console API

Hi,I'm new users of Alfresco Share and Javascript developper .. So I naturally went to javascript console to try to find out some informations (such as worflow launch on previous version).I cannot find any usefull documentation on Javascript API, nei...

JC83 by Confirmed Champ
  • 5242 Views
  • 4 replies
  • 0 kudos

Archive to AWS Glacier by rule

I am studying how to dynamcially archive documents to AWS Glacier, e.g. by last modified date, and without moving files between folders?From the official doc: (https:/ /docs.alfresco.com/aws-glacier/latest/using/ ), it suggests to add rules on folder...