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

Forum Posts

Bug with TaskQuery.taskCandidateOrAssigned?

I'm seeing some behavior with using TaskQuery.taskCandidateOrAssigned that seems like a bug but wanted to check before opening an issue.I have a process with two different user tasks, one called Manager with a candidate group manager and another call...

schmke by Champ in-the-making
  • 247 Views
  • 2 replies
  • 0 kudos

CallActivityBehavior can not found process with NO_TENANT_ID

Hey,I have a question about line 69 on CallActivityBehavior.java.       processDefinition = Context             .getProcessEngineConfiguration()             .getDeploymentManager()             .findDeployedLatestProcessDefinitionByKey(processDefinito...

sunshare by Champ in-the-making
  • 582 Views
  • 8 replies
  • 0 kudos

How to get the task names from the BpmnModel object?

I am only able to get the event/task ID's from the BpmnModel object. Following is the code snippet-BpmnModel model = repositoryService.getBpmnModel(procDefId);System.out.println("Location map : "+model.getLocationMap().entrySet()); Is there a way we ...

kum9sud by Champ in-the-making
  • 148 Views
  • 1 replies
  • 0 kudos

Wrong executionId when using Error Boundary Event

Hi,i have a problem getting the correct executionId in a Service Task which has a Error Boundary Event defined:[img]https://drive.google.com/file/d/0B4B-GQHdB3Xta0dELTJiSVpQRms/view?usp=sharing[/img]https://drive.google.com/file/d/0B4B-GQHdB3Xta0dELT...

bkonrad by Champ in-the-making
  • 610 Views
  • 7 replies
  • 0 kudos

LDAP connection leaks for activiti-rest-webapp

I've recently started doing some load testing, and am finding that when deployed in Tomcat, and with version 5.17.0, the REST Web Application is leaking LDAP connections when configured to use LDAP authorization.I've setup a context XML file to confi...

Images Library Picker not updating anymore

HiI have been running alfresco 5 community 6 months with no problems but all of a sudden the images library picker tool when editing a wiki page is not updating with any new images placed inside the sites repository..Is there something I can run to u...

heapsize by Champ in-the-making
  • 166 Views
  • 1 replies
  • 0 kudos

Community 5.0 / 5.1 Alfresco

Hey guys,iam pretty new with the Alfresco and apache theme and my English skills are not the best so i tried to change the Community 5.0 and / or the 5.1 version from http to https only.https://www.mulesoft.com/tcat/tomcat-sslhttps://tomcat.apache.or...

difrncex by Champ in-the-making
  • 477 Views
  • 5 replies
  • 0 kudos

List all user tasks from bpm file

We have a requirement to list all the user task/tasks defined for a process from an BPM file. I have used the TaskService query filtered with process instance id but all task are not listed.String processInstanceId = processInstance.getId();List<Task...

Message start event based on E-mail parse

Hello Community, I am trying to start an event based on E-mail data that I will receive. May be Message start event is good path for that, can anybody help me with this stuff ?

potitius by Champ in-the-making
  • 318 Views
  • 5 replies
  • 0 kudos