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

Forum Posts

Global variables for process

I need to implement in my process some global variables (config variables) which should be visible everywhere but only in my process definition scope.For example in this variables I need to store URLs and credentials to external systems (billing, OMS...

nixikanius by Champ in-the-making
  • 1832 Views
  • 7 replies
  • 0 kudos

Download multiple documents

Hi,I started using free alfresco cloud for 2 weeks. i'm trying to learn about alfresco. as i learned alfresco, there's a problem about download the documents. what if i want to download a hundred documents? what if i want to download a folder(s)? is ...

taimui0101 by Champ in-the-making
  • 1561 Views
  • 5 replies
  • 0 kudos

IE9 and IE11/Edge issue

I am having a ton of issues with IE11/Edge on displaying the various activiti tabs. essentially the main panel will not render, and I am receiving no errors on the console. (http://i.imgur.com/rLXAcTu.png)On IE9 it seems the view of the process insta...

jasmith by Champ in-the-making
  • 378 Views
  • 1 replies
  • 0 kudos

What Url base for connect to CMIS Workbench?

I have a local instance of Alfresco, Community - 5.0.0 (d r99759-b2)I'm trying CMIS Workbench, but I'm pretty busy with what the url that I put in the login form.If I put this URL:http: // localhost: 8080 / alfresco / cmisatomEverything works fine, b...

trompe by Confirmed Champ
  • 723 Views
  • 1 replies
  • 0 kudos

Wrong identity links

Dear all,I've implemented some workflows that are started by different sales agents.Now I see that the ACT_HI_IDENTITYLINK table contains several rows related to sales agents that didn't actually start the specified process instance and hadn't been a...

cgiuliano by Champ in-the-making
  • 840 Views
  • 6 replies
  • 0 kudos

change folder permission using API

Hi,I am working on a use case where i have one client application which integrated with alfresco using CMIS. I am using external authentication by modifying header in request for authentication in alfresco. Till now i am able to create session with n...

change user role on login

hi,I have a query regarding user role in alfresco.For example: Let there is one user "test". He logs into alfresco and he lands on his user dashboard. Now he wants to create a folder in global repository and for that he requires the role or permissio...

task complete performance issue

I am working on activiti 5.13When I complete task. It takes 2 seconds. It's too long. Any Suggestion is appreciated.My database is sqlserver 2012The following is the code takes me 2 seconds. nothing else.taskService.complete(taskId, vars);It generate...

huck34 by Champ in-the-making
  • 927 Views
  • 7 replies
  • 0 kudos

BUG: CMIS paging query getTotalNumItems() is wrong

Easily illustrated bug, the getTotalNumItems() returns ONLY the results returned up to the current page.  I saw a link that said the issue was fixed in Enterprise…has anyone fixed (or know how to fix) Community 4.2.f?  If so, could you please share t...

ddelapasse by Champ in-the-making
  • 808 Views
  • 1 replies
  • 0 kudos

End process after Retries

Hey,I need to end process after 3 retries. Ive implemented JobRetryCmd like:  @Override    public Object execute(CommandContext commandContext) {                JobEntity job = commandContext.getJobEntityManager().findJobById(jobId);        if (isFir...

lastseeds by Champ in-the-making
  • 243 Views
  • 1 replies
  • 0 kudos

Get related content from a task

Hi,i need to move a related content from an user task to another. I write this code:Task task = processEngine.getTaskService().createTaskQuery().processInstanceId(pointedProcess.getProcessInstanceId()).taskName("activeContractTask").singleResult();Sy...

hide options in copy-move-to

hi!i'dl like to hide the two buttons in the copy-move-to dashlet/popup but cant manage to get it done! [img]http://i49.tinypic.com/23vghh3.jpg[/img]i modified copy-move-to.js in \tomcat\webapps\share\modules\documentlibrary\see allowedViewModes  YAHO...

mrksjs by Champ on-the-rise
  • 1083 Views
  • 3 replies
  • 0 kudos

How to search for all sub folders in a folder using CMIS

Hi,I am using Alfresco v4.1 and cmis v0.13 jar files.I want to know 2 things:1)How do I find list of Sites in root folder2) How do I find list of sub folders in a folder?I tried following but I got exceptions – CmisObject object = cmisSession.getObje...

cmis Url for Alfresco 5.0.d

Hi,i have integrated Alfresco 5.0.d with CMIS plug in . can anyone tell me the correct url for 5.0.d currently am using "http://localhost:8080/alfresco/s/cmis" this link, but this one is not working for me.

ananthu by Champ in-the-making
  • 4028 Views
  • 2 replies
  • 0 kudos

Best practices for designing business process

Hello folks,                I am new to Activiti and I have installed v5.18. I have some specific question around how to accomplish certain things in Activiti.1. Is it a best practice to declare Spring beans and use them as global variables to pass a...

soaguy by Champ in-the-making
  • 838 Views
  • 1 replies
  • 0 kudos

Assinatura Eletrônica (Problemas)

Olá, Gostaria de saber como funciona o esquema de assinatura eletrônica no Alfresco, como usar, como fazer, ou se alguma empresa aqui do brasil faz isso. Eu ja pesquisei em todo lugar, a unica informação que achei foi que o alfresco permite, ja como ...