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
  • 1914 Views
  • 1 replies
  • 0 kudos

parallel getaway have problem to execute

Hi,parallel getaway have some random behavior. please find my workflow design below.In this scenario some times its work and some times it fails.i cant understand why its happen all node and database entry was also same.

jkanjariya by Champ in-the-making
  • 7497 Views
  • 1 replies
  • 0 kudos

How to change alfresco URL

Hi,I just got my Alfresco and I want to change url.Today, if I want to go on Share in Alfresco I need this address : localhost:8080/shareBut I want to use this : Alfresco/I think I don't just need to rename alfresco.warThk a lot

mdubois by Confirmed Champ
  • 5601 Views
  • 2 replies
  • 0 kudos

How to Run one BPM process multithreaded

Hello,I have a requirement where I have to run a BPM process in a multi-threaded fashion. I have tried different approaches namely setting async = true and exclusive = false.  What I am trying to achieve? 1. I have a leave application process with mu...

Resolved! Document node in ServiceTask - not found

Hello,Thanks to the awesome Jeff Potts's tutorials i managed to create a simple workflow which starts when content is added to Draft folder and moves added document to Approved or Rejected folders accordingly to user task output.Unfortunatelly, it th...

upforsin by Star Collaborator
  • 5776 Views
  • 1 replies
  • 0 kudos

how to get node property base on node id ?

i am passing node from  UI to Back end to fetch node property based on node id and set property value .String nodeId = req.getParameter(ID); logger.info(nodeId); NodeRef node = serviceRegistry.getNodeService().getNodeRef(Long.valueOf(nodeId)); if(nod...

dharmraj by Confirmed Champ
  • 5425 Views
  • 1 replies
  • 0 kudos

Calling webscript in alfresco workflow

Hi,I want to call an webscript from alfresco workflow form to popualate the values which I am getting from an external system. My webscript contains the code hit the external system webservice and giving the response in json format.Can anyone please ...

auto cad integration

Dear Team,We have Alfresco Community Edition 3.0, We need to upload and view .dwg auto cad document in alfresco.How should we do this integration?Is Alfresco Community Edition 3.0 supports for an auto cad integration?Please Suggest!

aishu by Champ on-the-rise
  • 6432 Views
  • 3 replies
  • 3 kudos

Autowire TaskService into component used in spring web flow

I need to autowire TaskService into component that I use in spring web flow, in that component every field need to implement Serializable (Spring Web Flow requirement), i got these exceptionrg.springframework.webflow.execution.repository.snapshot.Sna...

czz27 by Champ in-the-making
  • 3202 Views
  • 0 replies
  • 0 kudos

Java web script searching workflows

I am looking to implement a web script using java, and I want it to, using the java api, conduct a search among all the workflows in order to present later. I've gotten the web script itself to work, but I don't know how I am supposed to instantiate ...

henrikr by Confirmed Champ
  • 2531 Views
  • 0 replies
  • 0 kudos

Rule for Excute Script option

Dear Team,I have to set automatic workflow,if any file uploaded to respective folder my workflow should start and send mail to appropriate person for approval. i m trying to set Rule with Perform action->Execute script-> but when i create script then...

aishu by Champ on-the-rise
  • 10290 Views
  • 4 replies
  • 0 kudos

Datalist to create content less information using CMIS

Hi,I want to store the employee information content less object format. So I have created a sub type of dl:dataListType instead of cm:content and then I am storing the employee metadata in that datalist.Also using CMIS code to populate this employee ...

How correctly override IntegrityChecker?

Faced a problem in which memory is being filled while adding an association. And I need to override the method in the class AssocSourceMultiplicityIntegrityEvent.List<AssociationRef> sourceAssocRefs = nodeService.getSourceAssocs(targetNodeRef, assocT...

ildar by Champ in-the-making
  • 2724 Views
  • 0 replies
  • 0 kudos

Activiti Explorer 5.22.0 - Assign another user to the task

Hi, I am using Activiti Explorer 5.22.0. I am logged in as KERMIT and I am trying to assign a task to another user GONZO. But the list of other users in the system are not getting displayed. The "Select myself" button is working but I want to assign ...

rkaif by Champ on-the-rise
  • 4206 Views
  • 1 replies
  • 1 kudos

Alfresco SDK 4.0

Hi All,Is there any way to install alfresco SDK 4.0 without docker. I have tried distribution zip, but it is not given any steps to install SDK 4 on eclipse.Can anyone please guide me on this?Thanks,Sandhya

Activiti 6 Oracle DB - superusers admin not working

Hi,I have installed activiti 6 community edition. It was working fine with in memory h2 db. I changed to Oracle DB and restarted the server. I am able to login with default users like kermit,gonzo,fozzie. But unable to login with admin/test superuser...