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

Forum Posts

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
  • 8629 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
  • 13375 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
  • 3078 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
  • 3708 Views
  • 1 replies
  • 0 kudos

Failed to delete replication jobs

I want to delete a couple of none used replication jobs from alfresco share. But when I clicked on the job via More -> Replication jobs, I got failure messages -Failed to retrieve details for Job with name "JOB-NAME". Any one ever experience the same...

kwang2 by Champ in-the-making
  • 2974 Views
  • 1 replies
  • 0 kudos