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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 660 Views
  • 0 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
  • 3286 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
  • 8378 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
  • 3450 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
  • 11566 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
  • 9257 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
  • 14313 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 ...

Process Definition Created via REST Not Visible in Designer

Somewhat similar to Deployed Process Definition not visible , I think... but on 6.0 release...I have activiti-app and activiti-rest both deployed and configured to point to the same local MySQL database.I load my process with this POST:    curl -u ke...

pbcr by Champ in-the-making
  • 3302 Views
  • 1 replies
  • 0 kudos

Change the default DB from H2 to Mysql

Initially, I started to using Activiti-app I was using the default DB h2. Right now I want to change the database to Mysql. I did the following configuration in the  activiti-app.propertiesdatasource.driver=com.mysql.jdbc.Driverdatasource.url=jdbc:my...

bsong by Champ in-the-making
  • 3970 Views
  • 1 replies
  • 0 kudos