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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 450 Views
  • 0 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
  • 3777 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
  • 3455 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
  • 2925 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
  • 1480 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
  • 4700 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
  • 3243 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
  • 7604 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
  • 5371 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
  • 6849 Views
  • 4 replies
  • 0 kudos

Get Task Assignee Details in ExecutionListener

Hi,We are using Enterprise Activiti 1.5, I'm trying get the assignee details in the java code that's invoked from "ExecutionListener" of the User Task but not able to get it.I'm able to get the assignee details in the java code using "TaskListener" o...

eramesh by Champ on-the-rise
  • 5976 Views
  • 2 replies
  • 0 kudos