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

Forum Posts

Suspended process definition is executed

Hi,we have a BPMN Model ErrorHandling which calls a CallActivity with the BPMN Model id "projectSpecificErrorHandling".We further do have 2 BPMN models with the id "projectSpecificErrorHandling". * One for a default error handling and * one for a cus...

kayj by Champ in-the-making
  • 256 Views
  • 3 replies
  • 0 kudos

Sending Emails: No mimeContent

Hi,I'm trying to send periodical emails within a workflow. I've added the following code:<javascript>var mail = actions.create("mail");mail.parameters.to = bpm_assignee.properties["cm:email"];mail.parameters.subject = "Review";mail.parameters.from = ...

moffel by Champ in-the-making
  • 585 Views
  • 2 replies
  • 0 kudos

How to search for a specific aspect/property?

Hi everyone! So I'm looking to get a list of all checked out documents based on certain aspects, specifically cm:checkedOut. Basically, I want to search for all documents with the aspect cm:checkedOut and assume that that would be the list of all ch...

ocean800 by Champ in-the-making
  • 1813 Views
  • 3 replies
  • 0 kudos

Problems connecting to a CMIS AtomPub Endpoint

Hello,I'm new using Alfresco and CMIS, and I'm having some problems. I tried and searched a lot and couldn't fix it. I'm using Alfresco Community 3.2r and DotCmis 0.6. I'm using it in the port 8082.I'm trying to run this code on Visual Studio 2008:<b...

getBusinessKey() on DelegateExecution returns null

Since Activiti 5.6, it's possible to retrieve business key from DelegateExecution in JavaDelegate task, which is great! It works in most cases. However, I came across a case where delegateExecution.getBusinessKey() returns null. I have the following ...

mesterlis by Champ in-the-making
  • 216 Views
  • 3 replies
  • 0 kudos

Retrieve archived node

Alfresco node browser admin tool use DbNodeServiceImpl to find archived node. Here is the code fragmentif (queryLanguage.equals("noderef"))                {                    // ensure node exists                    NodeRef nodeRef = new NodeRef(que...

qsdmv by Champ in-the-making
  • 244 Views
  • 1 replies
  • 0 kudos

Filtros en Datalist

Buenos días, soy nuevo en el mundo Alfresco y estoy probando la herramienta y la verdad que es excelente.Estoy trabajando con las listas de datos y ya logre configurar una que cumpla con los requerimientos de mi negocio, el problema que tengo ahora e...

Remote unit testing

With SDK 2.1.1 I like to use remote unit testing. Am i right that it should work with all-in-one and alfresco-repo amp?What is working:from Eclipse the jUnit test without a running alfresco. oke. Every start takes me 15sec and not a quicker start the...

gjongerh by Champ in-the-making
  • 1662 Views
  • 8 replies
  • 0 kudos

Text field defaults and validation

Please forgive this newb question. I have reviewed the docs and spent some time reviewing the UI for 1.4.5. I'm not sure why, but I can't seem to figure out how to specify a default value for a text form field without creating a new field stencil and...

duplicate files

Is there any way to disallow duplicate file names (in the same space) inside of Alfresco?Or, is there any way to specify which duplicate folder to upload into via FTP?  It seems to always default to the first one it finds.

sirdodger by Champ in-the-making
  • 316 Views
  • 3 replies
  • 0 kudos