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

Forum Posts

Disable AsyncExecutor on activiti-app

Hello!How can I disable AsyncExecutor on activiti-app? (v6.0)I need the AsyncExecutor to run in my own War file instead of the activiti-app default Executor.Is that possible?Thanks!Eric Maia

ericmaia by Champ in-the-making
  • 2301 Views
  • 0 replies
  • 0 kudos

Blob preview on ADF

Helo everyone,The problem : I try to preview a document i just attached to a form.When i click on it, the overlay works and i can view my attachment.When i close it, i go back to my form but completely "frozen".(In fact, the url don't change : it's s...

image

Resolved! Finding a document that needs deleting

Hi,I have a file that has been picked up on testing server from an anti virus scan:/mnt/Data1/alfresco/alf_data-S.../contentstore/2014/11/18/13/20/2cc71e6a-fa93-43f7-905d-f686231c0d2c.binI am trying to find it in the UI to delete it but having no luc...

Resolved! Loop through sub-folders

Hi,I want to loop through sub-folders of a certain folder via javascript. My code looks like this:function processNodes(myNodes) { for (i = 0; i < myNodes.length; i++) { doSomething(myNodes[i]); if (recursive) { childNodes = myNodes[i].chi...

DevCon 2020 is coming and we're asking for speakers

UPDATE 20/2/20: Call for Papers closes Mondy 24 February - don't delay, submit today! A conference can only be as good as its content, so we are counting on you to help us put together a great Alfresco DevCon, just like you did in 2019. We welcome bo...

EddieMay by World-Class Innovator
  • 2584 Views
  • 0 replies
  • 0 kudos

4 task in Parallel Gateway

Hi All,We have a requirement to execute four tasks parallel and asynchronously, I designed a process with three call activiti tasks and one user task to execute parallel(with parallel gateway). When i run the process my two process executed initially...

ashutosh by Champ in-the-making
  • 3226 Views
  • 1 replies
  • 0 kudos

Alter type custom with api

Hello, I need to change the document type via api rest. I can send and change its properties, but I can't set the document to the custom type I created, just manually. I'm using http://localhost:8080/alfresco/service/api/upload for upload and http://...