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

Forum Posts

callActivity not setting the start user in second execution

I'm using Activiti 5.19 embeded in Alfresco.I'm doing some test to check if calling activities dynamically could solve one of our use cases.So I defined a workflow that simply takes a process name from a config variable and calls that activity. The a...

iblanco by Confirmed Champ
  • 518 Views
  • 5 replies
  • 0 kudos

Bug in 'Like' expressions in Activiti Rest?

Hi TeamWe were exploring the options of using 'like' expressions in Activiti Rest API (v5.17.0) for getting the list of tasks. However, for our surprise.. like seems to be working for certain query parameters but not on others. For e.g., it works fin...

jindal8787 by Champ in-the-making
  • 260 Views
  • 4 replies
  • 0 kudos

OCR In Alfresco

Hi, How we can search Scanned files in Alfresco. is there any way to configure the Alfresco.

ananthu by Champ in-the-making
  • 1131 Views
  • 4 replies
  • 0 kudos

Can anybody tell whats problem with this App built in Activiti

This App built on Activiti does not complete and shows error, I am not able to figure out the errors, can anybody help me out of this. This is similar to " http://jasonjolley.com/activiti-rest-call-task-demonstration/  "I wanted to test the stitching...

praveenmb by Champ in-the-making
  • 99 Views
  • 1 replies
  • 0 kudos

DEPLOYMENT_ID is null in ACT_RE_MODEL table (v5.16)

Hello. I would like to retrieve the process definition using deployment ID as per this apirocessDefinition pd = processDefinitionQuery.deploymentId(respositoryService.getModel(myModelIdToLookup).getDeploymentId()).singleResult();However, the deployme...

cold_gin by Champ in-the-making
  • 125 Views
  • 1 replies
  • 0 kudos

REST API creates the tasks with assignee defaulted as login user

I am creating BPMN process instance in which first step creates user task which is external (orbeon) form capture.I am calling runtime/process-instances REST API which has initiator variable parameter passed as "kermit" but nothing is defined in BPMN...

shailk by Champ in-the-making
  • 1862 Views
  • 17 replies
  • 0 kudos

Facing issue to send an email from Activiti

Hi All,I'm facing issue to send email from Activiti. getting exception 'org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.office365.com:587'. Please find the attached notes for exception and my configurat...

seshubabu by Champ in-the-making
  • 203 Views
  • 3 replies
  • 0 kudos

Facing issue to send an email from Activiti

Hi All,I'm facing issue to send email from Activiti. getting exception 'org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.office365.com:587'. Please find the attached notes for exception and my configurat...

seshubabu by Champ in-the-making
  • 220 Views
  • 3 replies
  • 0 kudos

How to Run a process contentiously without interruption ?

I am using activiti , I want to run my process contentiously, without interruption. I simulated the problem in sample. I am attaching this sample please change the database properties to work. My sample must work for contentiously for 'N' number of r...

pavitra by Champ in-the-making
  • 78 Views
  • 1 replies
  • 0 kudos

Minor mistake in Documentation

Hello, just noticed a minor mistake in the documentation:In Chapter "8.5.13. Task listener" the end tag is wrong: <activiti:taskListener>‍ instead of </activiti:taskListener>‍<activiti:taskListener event="complete" class="org.activiti.engine.impl.bpm...