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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

ttoine by Community Manager
  • 514 Views
  • 0 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
  • 4897 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
  • 3577 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
  • 5329 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
  • 3742 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
  • 12753 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
  • 5104 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
  • 3366 Views
  • 3 replies
  • 2 kudos

Bootstrapping the xml file issue

HiI am having a content model and workflow model xml in bootstrap-model.xml by default. And I created a content model inside of content-model.xml file. Now I added a new value of another one xml file in bootstrap-model xml namely as exampleModel.xml....

yuva by Champ on-the-rise
  • 8740 Views
  • 6 replies
  • 0 kudos

New Alfresco install warning message

I'm first-time installing Alfresco ECM CE 5.2.2 on Ubuntu 1404 and I'm getting the following never-ending messageome or all of the libraries needed to support LibreOffice were not found on your system: fontconfig libSM libICE libXrender libXext libcu...

How to use REST API with activiti-app?

There's a activiti-app had been deployed in my cluster, I'd like to do some operation with REAT API to this app, how can I do this? what's the endpoints of that?

k82cn by Champ in-the-making
  • 24390 Views
  • 33 replies
  • 0 kudos