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

Forum Posts

Resolved! link to a folder in a workflow

Hello I have an issue about creating a link to a folder. I thought that I get the theory, but I miss something on the technical side:I my workflow the initiator chose a folder and the user have a link (the http link) in his task which allow him to ac...

vmiorga by Confirmed Champ
  • 8486 Views
  • 4 replies
  • 0 kudos

Initialise a default workflowDueDate

Hello,I am asked to set a default workflowDueDate to the workflow I implement: in 10 work day after the current date.I already have a script to calculate this default date, my issue is to set this date.I saw 2 places where it can be down, but I need ...

vmiorga by Confirmed Champ
  • 6336 Views
  • 4 replies
  • 0 kudos

Resolved! How to update document property added from aspect

Generally I want to upload new document with custom property. I have found solution how to do this. Firstly I need to create aspect with property and create rule that assigns aspect to new document. Next step is to set aspect property value to upload...

mateuszk by Champ in-the-making
  • 7961 Views
  • 3 replies
  • 2 kudos

Alfresco 5.x installed on SAN

Hallo everyone, i'm about to install a linux server (probably Ubuntu 16.04 o debian 9) with a SAN connected to it (a HPE MSA1050). I would like to install alfresco 5.x in the shared drive in the SAN. Do you know if there is known problems with an ins...

gmce by Confirmed Champ
  • 3351 Views
  • 1 replies
  • 0 kudos

Resolved! how to create custom object type using Java OpenCmis?

Is it posible to create custom object type in alfreco (community - 5.2.0) using openCmis (version 1.1)?I tried creating subtype of cmis:document, but it throws CmisNotSupportedException.I used this methodrg.apache.chemistry.opencmis.commons.definitio...

limp by Champ in-the-making
  • 5364 Views
  • 1 replies
  • 0 kudos

Alfresco.ObjectFinder

Hello,I am using Alfrresco Community 5.2. And I need to use Alfresco.ObjectFinder. How to call it's constructor?

reset_password_XX.csv and permissions

Hi, I am using Alfresco Community and we have had these csv files build up in our repository for a long timeThey have been called reset_password_{number}.csv and have contained the login details of all users both internal and externalHowever only rec...

Data export and import

How to export alfresco content and import into downstream repository, any tool provided by alfresco for this purpose.i have read below blog post, of uisng CIMS library and xcopyhttps://www.ibm.com/developerworks/cn/xml/x-cmis2/index.htmland found, no...

Resolved! How to export Form model along process to bpmn20.xml

I'm kind of new to the Activiti 6 app tool, please help.I created a process model just fine, i was able to deploy it and test at my database with the framework.But i noticied that the export process model, won't export the forms i selected at "Refere...

dthknt by Champ on-the-rise
  • 10485 Views
  • 5 replies
  • 2 kudos

How to implement real time applications?

Hi,    I am new to activiti framework and checked the Activiti Explorer, used some functionalities in it. it is useful for draw the process, deploy and executes it. I would like to implement real time application like Leave Management. I know the req...

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

CMIS VS REST API

I want to integrate a .NET Desktop Application with Alfresco.From this decktop application I want to create, modify, delete, search for documents and folders, etc.I'm evaluating 2 options:CMIS: use Apache Chemistry PortCMIS client library for .NETRES...

Resolved! A typical approach to design BPMN 2.0 processes?

Hi,What is your typical approach to designing BPMN 2.0 processes when using the embedded version of Activiti (Spring)?Do you use web designer and then upload the models or rely on the eclipse plugin to generate the files? Are there any other tools co...

ginsul by Champ in-the-making
  • 4733 Views
  • 1 replies
  • 0 kudos

What is the recommended way to develop processes?

Hi,Is Activiti Eclipse Plug-In is still the recommended way to go, or should I use Web Designer for this purpose?In regards to the Eclipse Plugin, the documentation points to an update site http://activiti.org/designer/update/ with a two-year-old pac...

ginsul by Champ in-the-making
  • 3461 Views
  • 1 replies
  • 0 kudos

How to handle return and resubmit tasks?

 I need to flag task when returned to the previous taskTASK01------------------>TASK02------------------------->TASK01 (This Task is returned task from task02)And after coming to the same task it should be flaggedTASK01------------------>TASK02------...

kalana by Champ in-the-making
  • 5155 Views
  • 3 replies
  • 0 kudos

Sorting in Custom types

HiI want to sort the custom types in dropdown. I have seen this link  in community.I applied the sorting in the share-custom-config.xml, mentioned in that post.But,I doesn't make any change in the screen. How can i sort the names in ascending or desc...

yuva by Champ on-the-rise
  • 3638 Views
  • 1 replies
  • 0 kudos

Issue with activiti framework

Deployment deployment = processEngine.getRepositoryService().createDeployment()        .addBpmnModel("DynamicApiExecution.bpmn",model)        .name("Dynamic Api Execution").key("DynamicApiExecution").deploy();The above call returns me deployment obje...