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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 2089 Views
  • 1 replies
  • 1 kudos

Migration d alfresco from 2.1.0 to 5.2

Hi,In order to migrate alfresco from the version 2.1.0 version to 5.2.0, i think it is advisable to follow this diagram: 2.1.0  à  3.0.0  à 3.2r2  à  3.4.d  à  4.0 à 4.2 à  5.1 à 5.2Do you have another suggestion?Otherwise, we tried to migrate from 2...

zorro139 by Champ in-the-making
  • 3326 Views
  • 1 replies
  • 0 kudos

where is the configfile for the sitedashboard

After a crash the dashboard of a site is not available.(https://myalfrecosrv/share/page/site/mycoolsite/dashboard )The documentlibrary and webdav of this site is still available.How can i recover the dashboard so that is available again?How can i fin...

borwinius by Champ in-the-making
  • 3574 Views
  • 1 replies
  • 0 kudos

Activiti Timer event and multitenancy issue

Hi there,I have process definition that includes timer event. When timer elapse, flow is executing a tasks that executes java code.Definition of that task includescript Format: groovyScript: MyClass.MyMethod(execution.getVariable("MY_VARIABLE"))I am ...

Dynamically create flowable process

Hi,want to create flowable process dynamically based on client .The task in the bpmn model and process variables should vary based on the client.Please help me to find one solution to establish this.

jamest644 by Champ in-the-making
  • 9257 Views
  • 6 replies
  • 0 kudos

I want to use a categoryService with rules

Newbie question: I'm using version of Aflresco Community - 5.2.0 (r135134-b14) I'm custmizing page of the document-details. I would like to use categoryService in rule definition, but I do not know how to realize it.ex) NodeRef newCategory = category...

yosk by Champ on-the-rise
  • 3858 Views
  • 1 replies
  • 0 kudos

synchronous execution of long running task

Hi,I am using Activti version 6.0.0.I want synchronous executions of task in activiti,but I have a long running task which might take 20 minutes to execute.I wanted to get process instance id quickly in my controller without considering completion of...

adi123 by Champ in-the-making
  • 12892 Views
  • 8 replies
  • 0 kudos

How spring boot work with activiti?

I use Spring boot 2.0.1.RELEASE with Activiti  5.22.0 and write a init method in start application:@Bean CommandLineRunner init(final RepositoryService repositoryService, final RuntimeService runtimeService, final TaskService taskService) {   return ...

hank by Champ in-the-making
  • 10550 Views
  • 5 replies
  • 0 kudos

How to do exception handling in Activiti v6.0.0

‌Hi I am new to Activiti Framework, Can someone please give information on how can we do exception handling in activiti v6.0.0 . Please attach a sample bpmn xml file with exception as a service task, and also the exception class(java code) if possibl...

nami by Champ in-the-making
  • 15767 Views
  • 8 replies
  • 2 kudos

How to retrieve Activiti task-form using REST?

I have created form definition (JSON) for forms that built using the Activiti App Form Modeler in version 6.  How can i access the form using activiti-rest api ?The form is created using activiti-app and used in workflow process. The data related to ...