Questions tagged [alfresco-enterprise]

110 questions
7
votes
2 answers

Alfresco Activiti - Create multiple instances of the same subprocess

I have what seemed like a fairly simple requirement for a process that im beginning to question is even possible. The image below shows my current process. I am trying to achieve two things: A user creates an initial user task for adding a note,…
Master Yoda
  • 4,334
  • 10
  • 43
  • 77
6
votes
1 answer

How to create a search Action in Alfresco

I am using Alfresco Enterprise 6.2. Similar to the live search, I am creating a search Action for folders that I have in document library. I have updated the custom-actions.js as follows: onActionSearch: function dla_onActionSearch(record){ …
4
votes
1 answer

How to write a custom evaluator for Share in Alfresco 4.2.2?

For example, I need the evaluator, which I could use to show the action in Share. If the current user is the author of the document, then I'll show the action. The project structure is presented below…
user1134181
3
votes
1 answer

Capture Alfresco workflow task re-assignment and display it in workflow summary

As part of our regulatory requirements, we would like to capture the task reassignment in the workflow history in the workflow summary page. To achieve this, when the task is getting reassigned, I'm completing current task as system, setting the…
3
votes
1 answer

Where to put the live-search-docs config file in all in one alfresco project?

I have been going through some blog posts that tell how to customize the live search . What is not clear to me is where should I place the live-search-docs.get.config.xml file in my all-in-one-share project so that it is bootstrapped and deployed in…
serah
  • 2,057
  • 7
  • 36
  • 56
3
votes
1 answer

How to get Aspect specific properties using Open CMIS

I am doing content migration activity. in that i am able to migrate actual content from one repository to other. but i also want to migrate meta-date for same. I have some aspect's associated with my content and every aspect is having some…
2
votes
0 answers

Alfresco 6.2 Solr waiting for updated index in ITs

We are currently upgrading our Alfresco 5.x to Alfresco 6.2 but we have troubles with our integration-tests especially the ones which are creating and searching for nodes. The integration-tests were using the NO INDEX Solr which makes the created…
Lusk116
  • 791
  • 1
  • 6
  • 17
2
votes
0 answers

Audit trail information for GROUP / authorityContainer on Alfresco

I'm trying to find when a particular group is created and who has created it,but unfortunately I couldn't find this information in the Node Browser as well as database also. I noticed the cm:auditable aspect is missing on the group node(here…
2
votes
1 answer

Can we use Crawler in alfresco repository to find content with specific aspect or property?

I want to fine All content with specific aspect and property value in alfresco. I am trying to traverse All contents in alfresco repository. But Its taking to much time because there are huge number of contents in repository. So I am thinking to use…
2
votes
2 answers

Activiti 6.0.0 Unable to get the Form properties while completing task

I am new to Activiti 6.0.0 I have created one process with user task and second user task has two form properties but when I have completed first user task and try to complete second user task then form properties not display and I am unable to…
Charnjeet Singh
  • 3,056
  • 6
  • 35
  • 65
1
vote
0 answers

How to integrate okta with Alfresco Enterprise edition?

I have Alfresco 4.1.4 installed on my server machine. I am running custom share library on it. I want to upgrade to the latest Alfresco i.e, 7.2 as well as implement the MFA provided by Okta. Any help regarding okta integration would be appreciated.…
RV7
  • 55
  • 5
1
vote
0 answers

Alfresco Activiti Memory Leak

Thanks in advance for the help. I'm having this issue with Alfresco Process Service where the memory is reaching the JVM limit, CPU is usually below 10%. Usually happening quicker when we make requests to the endpoint…
1
vote
1 answer

Alfresco - advanced search gives 0 results when using the wildcard(*) with the text value

For custom document type when I use advanced search for searching the particular documents that have same custom property, with writing complete property value in advanced search gives expected result(list of documents that have the same property)…
1
vote
0 answers

Alfresco content search inside current folders or it's childs

I want to customize Alfresco share in such a way, where I can search contents from specific folder or it's child folders only. If I am searching document inside XYZ folder of particular site the it should search documents within that XYZ folder or…
1
vote
1 answer

Publish to Alfresco task programmatically

I am using Activiti 1.9.03 and Alfresco 5.2.4 enterprise versions. I have a requirement where I have to maintain the version of the generated report document and also uploaded document (if user edits it). Right now After each user tasks, I am adding…
Sam
  • 2,972
  • 6
  • 34
  • 62
1
2 3 4 5 6 7 8