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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1006 Views
  • 1 replies
  • 0 kudos

JavaScript program

Hello,Is it reasonnable for you guys to execute a javascript program on about 25 000 docs ?The program is relatively simple as it classifies the docs into folders on two levels.Thanks

Get all users of alfresco on java action

Hi, i need to retrieve all the users of alfresco on a java action here the code i use :   private NodeService nodeService;    private OwnableService ownableService;    private PersonService personService;    private PermissionService permissionServic...

How to achieve all managers confirmation?

Hi Team,I am using activiti in my spring application. I was defined the process as follows,I have one or more reporting managers. If all reporting managers approved the task then it is go for further step otherwise it will go for end. Please let me k...

vamsinipun by Star Contributor
  • 4853 Views
  • 2 replies
  • 0 kudos

Exception occurred when executing process.

Hi  Team,     when i am executing process the given exception araised.Request processing failed; nested exception is org.activiti.bpmn.exceptions.XMLException: Attribute "isForCompensation" was already specified for element "userTask".please let me k...

vamsinipun by Star Contributor
  • 3783 Views
  • 1 replies
  • 0 kudos

Spring service class not injected in Activiti listener?

Hi,I am using activiti in spring web application. Now, i am facing an issue. if i inject spring service class in activiti listener then it showing an error at runtime.My java listener code is@Componentpublic class MyEventListener implements TaskListe...

vamsinipun by Star Contributor
  • 3569 Views
  • 1 replies
  • 0 kudos

How to start workflow using message start event

Hi,I want to start a workflow using message start event. This is BPMN diagram that are deployed in Activiti enterprise and explain my idea.I have mentioned message id in BPMN as follow: And created REST API as follow:-ControllerServiceAfter implement...

rahiakela by Confirmed Champ
  • 4204 Views
  • 1 replies
  • 0 kudos

How to upgrade to latest version of activiti?

Hi,    I am using activiti in my spring web application and would like to upgrade my activiti version. currently i am using 5.22.0. How can i upgrade to 6 or 7. In maven dependencies the latest version is 5.22.0.Maven Repository: org.activiti » activ...

vamsinipun by Star Contributor
  • 11108 Views
  • 4 replies
  • 0 kudos

Associating a task to an external URL

I am trying to figure out if it is possible to use Activiti or Alfresco Process Servicesin a particular way wherene or more task of the process opens a form in our Web Application by invoking a URL and passing some input parameters.The process engine...

eslxst by Champ in-the-making
  • 3826 Views
  • 1 replies
  • 0 kudos

Examples of user task activity which includes all the properties of the user task (such as Asynchronous, Exclusive, Execution Listeners, Multi-instance type, Cardinality, Collection, Element Variable, Completion condition, Is for compensation etc.)

Hello,Can I get examples of user task activity which includes all the properties of the user task (such as Asynchronous, Exclusive, Execution Listeners, Multi-instance type, Cardinality, Collection, Element Variable, Completion condition, Is for comp...

shilpak by Confirmed Champ
  • 3588 Views
  • 1 replies
  • 0 kudos

How to integrate Alfresco Community with activiti

I am using Alfresco community 5.2 and would like create workflows using activiti and deploy them to share.  I have downloaded activiti from activiti.org and i can work with it as a stand alone. I am stuck at the point where i want my workflows to be ...

bvictor by Champ on-the-rise
  • 4667 Views
  • 1 replies
  • 1 kudos

Create business rule task in alfresco workflow

Create business rule task in alfresco workflowHello everybody,I want to create a business rule task in my alfresco workflow (not standalone activiti). The first question: is that possible?I try to do that but when the workflow arrive to the business ...

kaosports by Champ in-the-making
  • 5090 Views
  • 1 replies
  • 0 kudos

APS API response for ADF

Hi All,I am using ADF to connect with APS, and I see APS uses below mentioned API to get task details.activiti-app/api/enterprise/tasks/queryIn my APS when task gets assigned to group I see "Claim" button to claim that task. But when I try to open sa...

alfsender by Champ in-the-making
  • 3784 Views
  • 1 replies
  • 0 kudos

IMAP Configuration

Hi,I am trying to implement IMAP to push/pull email between Alfresco and Gmail where I want to get new emails from Gmail to Alfresco. I have done the following configuration in alfresco-global.properties.imap.server.enabled=trueimap.server.port=143im...

Alfresco CMS with myBatis

Hi,I have a simple question regarding the ORM used by Alfresco CMS. As I understand in the previous versions, Hibernate was used as the ORM layer which was later updated to iBatis. In our current project, we are using myBatis for the different databa...