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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1178 Views
  • 1 replies
  • 0 kudos

can't use Activiti-Modeler after compiling

Hallo I compiled Activiti-Explorer Code in Eclipse. No Error.  when i take the WAR in Tomcat , I can open Activiti-Expolorer , but i can't use Activiti-Modeler.  When i open Activiti-Modeler ,shows such pages.What is the problem?

wangqf123 by Champ in-the-making
  • 5225 Views
  • 3 replies
  • 1 kudos

Error boundary event did not work

Hi,I'm trying to handle exceptions from a subprocess with a parallel gateway. I expect the subprocess to run into and endEvent with failure, but it didn't. The process is defined as follows:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="ht...

How to set none permit to a file in the a site?

Hello expert!     as we known,Consumers have read rights in a site.the read rights include read properties,read content,read children. I have two files called file A and file B in folder C,I want user D to have read right to file A,but have none righ...

brucezhou by Champ on-the-rise
  • 3638 Views
  • 1 replies
  • 1 kudos

Alfresco activiti and external Rest Api

How to submit a xm request to Alfresco activiti through external Rest Api.Once request is received in Alfresco Activiti, workflow should be started.can you please help on this which Api will be needful and how can do authentication. 

How to get list of files getting uploaded in share

Hi,I am trying to add custom properties to the uploaded file and i have a custom web-script that can update the file properties once files are uploaded. In order to call that webscript on "upload" button in share, i need to know all the files that ar...

Can i pause the DnD Upload window

Hi All,I am trying to add custom metadata to uploaded files and want to know if i can pause the DnD upload form to force user the fill out the custom metadata form. Once the form is filled, i can use an "upload/submit" button to resume the operation....

Resolved! Best practices how to setup Alfresco for production

Hi all,Does exist some best practices how to setup alfresco in production environment ?Any links to documentation or blogs are appreciated.What I found:http://docs.alfresco.com/5.0/concepts/configuration-checklist.htmlThanks

zxdev777 by Confirmed Champ
  • 7310 Views
  • 2 replies
  • 0 kudos

Setting up password complexity

I want to add password complexity and an expiration date for each one. Is this possible on Alfresco? and how can this be achieved?

etm by Champ in-the-making
  • 4606 Views
  • 1 replies
  • 0 kudos

"Start workflow" double click creates two tasks

Hi all,If I attached more files to workflow "Review and Approve" first click on button "Start workflow" creates task, but screen does not disappear. Second click on button creates second task and workflow screen is closed.Have you encountered the sam...

zxdev777 by Confirmed Champ
  • 5290 Views
  • 3 replies
  • 0 kudos

Execution of JavaServiceTask via variable

Hi, I am trying to execute the service task via variable.When I am using literal in the service task it works. But when I assign the variable with the same literal it doesnt work.CASE 1: Using literal in delegateExpressionBelow is an exampleProcess X...

anandvivek by Champ in-the-making
  • 6612 Views
  • 5 replies
  • 0 kudos

Hide Meta data of Custom Content Type from client side js

Hi,I have created custom model and created 5 custom type in that and also add meta data fields in each content type by doing confiuration in share-config-custom.xml,Now I want to add or remove some meta data fields from selected type which we have se...

Resolved! Comment visible directly on task after Approve/Reject

Hi all,If someone Approve or Reject document and provide some comment I need to click on "View task" -> "Workflow details" to see comment why document was approved or rejected.Is it possible to display comment if I click directly on returned task in ...

zxdev777 by Confirmed Champ
  • 8248 Views
  • 5 replies
  • 0 kudos

Permissions Folder

Hi,I have created a script for the creation of a folder, in order to insert a document:var nomefinestra = space.childByNamePath(document.properties["ALTRO:nomefinestra"]);if (nomefinestra== null){nomefinestra = space.createFolder(document.properties[...

natmacri by Star Contributor
  • 5256 Views
  • 3 replies
  • 0 kudos

Resolved! How to set my CustomRestResponseFactory with spring config

Hello,I am trying to make activiti-rest returning process variable of json type.For this I understood I needed to add a JsonRestVariableConverter and register it in a CustomRestResponseFactory.I use spring to configure my web application but when I t...

ppcchh by Confirmed Champ
  • 5675 Views
  • 2 replies
  • 1 kudos

Resolved! [Solved] Admin Console 404 Not Found

Hello guys,I installed Alfresco 5.2 community and now I can't access the Admin console.According the documentation the URL for Admin console is: http://<your-host-name>:<alfresco-port>/alfresco/service/enterprise/adminBut when I access the url local ...

Search for the node just created JAVA

Hi All,In one requirement I need to query just created document. If I use lucene search then it will take few seconds to do the indexing and may not come in the search result.The query should be executing from some alfresco webscript or a scheduler w...