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

Forum Posts

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
  • 11073 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
  • 8868 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
  • 13716 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
  • 3164 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
  • 3783 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
  • 3028 Views
  • 1 replies
  • 0 kudos

Is it possible to override some sql queries?

I found out that some queries are not optimal, for example:select count(distinct RES.ID_) from ACT_RU_TASK RES inner join ACT_RU_VARIABLE A0 on RES.PROC_INST_ID_ = A0.PROC_INST_ID_ WHERE ( exists(select LINK.USER_ID_ from ACT_RU_IDENTITYLINK LINK whe...

rnovikov by Champ in-the-making
  • 3296 Views
  • 1 replies
  • 0 kudos

activiti-explorer

Hello , 1 / who can tell me what it means the role security-role!! 2 / the difference between group user and admin.3 / the user group and the admin group have both the role security-role but when we connect to activity explorer do not have the same p...

How to get signal name of the running process instance?

Hello1. The user has sent a mail & now is waiting for response.2. The response came before timer ran out, thus we can send a signal to continue, to do so:3. A signal name should be sent to runtimeService thats says signalEventReceivedMy idea was to :...

georgots by Champ in-the-making
  • 6072 Views
  • 1 replies
  • 0 kudos

Activiti Plugin v5.18 Eclipse Oxygen error with diagrams

I'm having troubles to use the Activiti Editor with the plugin on Eclipse Oxygen 3.7.1 installed on Ubuntu 17.10 (Artful).When creating a new diagram this is how it looks when i open it with the Activiti editor I tried installing others versions of E...

rgrazini by Champ in-the-making
  • 3975 Views
  • 1 replies
  • 0 kudos

Task administration in Alfresco process services/Activiti

I have a process with two tasks which is assigned to two different users(user1,user2) the first task T1 is Draft where user1 will fill the form and second task T2 is review where user2 will be able to review the T1 task data and additionally he shoul...

APS Visibility Rules not working in ADF 2.3

I'm using APS 1.8.1 and ADF 2.3 although I've seen the same in APS 1.7 and ADF 2.2.I'm having a problem with the APS visibility rules not executing within ADF.  I set up a form in APS and added a couple of visibility rules.The controls on the form ar...