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
  • 1768 Views
  • 1 replies
  • 0 kudos

Object serialization issue with Activiti 5.22

Hi,I am working on a migration of Activiti version from 5.17 to 5.22.After deploying the version 5.22, I realized that for a given workflow containing a Groovy Script task that sets a Java objet into execution, I got an error in the groovy script tas...

moakra by Champ in-the-making
  • 3645 Views
  • 1 replies
  • 0 kudos

How listPage(min, max) exactly works?

Is anyone has idea about listPage(min,max) how exactly it works. repositoryService.createProcessDefinitionQuery().orderByDeploymentId().desc().listPage(0,10).When I am using above query getting 10 records in descending order but not from all availabl...

Change Workflow Definition

Hi,I am currently trying to find a clean solution to change the strategy of the version counting. In fact, If you deploy the same workflow twice, Activiti will add +1 to the current version. I would like to change this behavior to the workflow defini...

moakra by Champ in-the-making
  • 4109 Views
  • 1 replies
  • 1 kudos

how to choose api for alfresco development?

hello expert! I want to develop some business application with alfresco,such as project document manage system,knowledge manage system. I would like to separate the deployment of alfresco repository and business applications.There are  some APIs that...

brucezhou by Champ on-the-rise
  • 3810 Views
  • 1 replies
  • 1 kudos

Unique field in a custom Data List

Hello Alfrescians,I was able to make a custom Data List and I have an issue regarding duplicates, is there a way to make a specific field in my custom made Data List to be unique?Please refer to the attached file.Best Regards,June

Overwriting "save" action on the Properties document

Dear all, I am in the middle of the migration process to Alfresco, and I am stuck in a problem which I do not know exactly how to approach.The previous system provided a generated code for each document, according to the type of document to be record...

dsalvat by Champ in-the-making
  • 3256 Views
  • 1 replies
  • 0 kudos

user tips and tricks

Hi,Does anybody know of a list of user focused tips and tricks?My searches mostly turn up administrative tips.We're using share fairly extensively but I think we could be using it a lot better.Most of our users are casual users and there's quite a wi...

idwright by Star Collaborator
  • 1883 Views
  • 1 replies
  • 0 kudos

Query on variable scope

My workflow has 50 constant data values rather create these variables for each instance, Is there a way to define them as constants at process definition level or so? So those will be used by process instances under that process definition.

swamy2156 by Champ on-the-rise
  • 5453 Views
  • 2 replies
  • 2 kudos

upgrade 1.1.0 AMP to 2.2.1

I have an AMP which is built against SDK 1.1.0 for Community 4.2.e.  We are upgrading to 5.1 and need to upgrame the AMP to SDK 2.2.1 - is there a known upgrade process

nickchase by Champ in-the-making
  • 3517 Views
  • 1 replies
  • 0 kudos

Resolved! how to add a custom task listener through java code?

I'm building the usertask and servicetask dynamicallydefault UserTask createUserTask(String id, String name, String assignee) { UserTask userTask = new UserTask(); userTask.setName(name); userTask.setId(id); userTask.setAssignee(assignee); return use...

goutham_pn by Champ in-the-making
  • 8325 Views
  • 3 replies
  • 0 kudos

Make Script Task Wait

Hi,I have an activiti workflow in which I go from User Task1 -> Groovy Script (Script Task) -> User Task2. The question is I want to reach the User Task2 only when I know the Groovy Script has completed.The groovy script hasn't completed and the user...

ali_malik by Champ in-the-making
  • 5903 Views
  • 3 replies
  • 0 kudos

Resolved! Received pdf fax attachments

We currently receive faxes as email pdf attachments.  I would like to somehow push these into Alfresco to allow users to add keywords for search purposes, etc.  How would I need to set the community edition up to do this as a proof of concept?

scamby by Champ in-the-making
  • 7697 Views
  • 4 replies
  • 0 kudos