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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1912 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
  • 11840 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
  • 7208 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
  • 5250 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
  • 3962 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
  • 6024 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
  • 4143 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...

Resolved! Dynamic properties

HelloI access alfresco 5.2 repository through opencmis api.I need to be able to store key value pairs (propeties?) that are not predefined and therefore i cant add them as type properties to content model. But i would like to be able to store/modify ...

longinus by Champ in-the-making
  • 13847 Views
  • 8 replies
  • 1 kudos

Clean up some ACT_GE_BYTEARRAY instances

We've been storing a copy of the main entity for our operations in a workflow variable, which has resulted in a buildup of data in the ACT_GE_BYTEARRAY as hist.var-entity, along with hist.var-child_entity and hist.var-workflowDefinition.What should I...

Why are my Activiti processes being deleted mid process?

I'm running Activiti 5.19 and find no records of any DELETE method in the access logs yet some of my processes are flagged as deleteReason: "ACTIVITI_DELETED". It appears from the logs that the process was still midway through executing and still had...

damoss007 by Champ in-the-making
  • 5784 Views
  • 2 replies
  • 0 kudos

Resolved! User task, Timer Boundary Event And Spring

 We are having a problem with a boundary timer event not firing. We realize the typical issue for this is <property name="jobExecutorActivate" value="true"/> has not been set to true. That is not the issue here. But after setting jobExecutorActivate ...

aniket by Champ in-the-making
  • 4020 Views
  • 3 replies
  • 2 kudos