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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1056 Views
  • 1 replies
  • 0 kudos

Uploading a doc file in Alfresco using rest API

Hello I am new in Alfresco and my company will be using Alfresco server for keeping doc files.I need to implement automatic upload on doc files in alfresco server through rest API and I spent a day so far and still can not find which is the proper re...

sbezateva by Champ in-the-making
  • 13617 Views
  • 2 replies
  • 0 kudos

<bpmndi:BPMNShape> Is Missing for participant and lane element in xml when trying to create pool and lane from java source

Here is the code snippet I am writing to generate simple .bpmn filepublic void testDynamicDeploy() throws Exception {      BpmnModel model = new BpmnModel();      Process process = new Process();      model.addProcess(process);      process.setId("pr...

vkhan59 by Champ in-the-making
  • 4016 Views
  • 1 replies
  • 0 kudos

how activiti include curl REST API?

Hello,I would have my workflow to trigger curl REST API to the other web application.May I know where/how I can place my curl command in the workflow?Thanks for your kindly help.BR,Mandy

Could not resolve view

Hi guys! I have the following errors in my share.logERROR [org.alfresco.web.site] [http-apr-80-exec-15] javax.servlet.ServletException: Could not resolve view with name 'user/username/undefinedmodules/edit-site.js' in servlet with name 'Spring Surf D...

baikal by Champ in-the-making
  • 6019 Views
  • 3 replies
  • 0 kudos

Delete completed workflows?

Hi,We have a system with activiti engine that does 200k workflows per day.We need to delete old completed workflow and we try use activiti api but the java batch is too slow.So we have to write this pl/sql procedure:create or replace PROCEDURE MNT_CL...

alecima by Champ in-the-making
  • 4699 Views
  • 2 replies
  • 0 kudos

Resolved! How to change default icon folder based on its properties?

Hi,I want to change the default folder icon by its properties with my own icon.I have a custom folder properties ar:dirFunction.The first one of document library view I try to change is on "detailed" version which is in share/components/documentlibra...

billydekid by Star Contributor
  • 12159 Views
  • 9 replies
  • 1 kudos

JPEG Image Resizing and creating a Thumbnail

Hi friend,I am very new to alfresco and i am required to write an api to JPEG to PNG and JPEG to JPEG.My requirements are as below,1. take a JPEG image from a folder in alfresco2. convert it to PNG type and  resize it to different sizes and create th...

multiple LDAP authentication

How will setup multiple LDAP authentication.I need to authenticate users either parent domain or child domain.Can you please help us how will write the code in global properties

sujith by Champ in-the-making
  • 4277 Views
  • 1 replies
  • 0 kudos

Resolved! How can I download the existing deployment file (.bar) using activiti-explorer or are there any other ways that i can achive this?

I lost my original activiti-designer workspace with all the bar files inside and i was thinking of downloading the deployed bar files from the server. Does activiti-explorer provides this capabilities as currently only "Upload new" option is availabl...

toriqz by Champ in-the-making
  • 5457 Views
  • 2 replies
  • 0 kudos

Get instance of running process

HI everyone, I'm new yo Activiti-Rest, I'm trying to get the instance of a process I started but I do not know what I'm doing wrongIm trting with this urihttp://localhost:8080/activiti-rest/service/runtime/process-instances?id=1645 and the answer is:...

As you have shown in the guideline create process model, I have created process. And the next step of form create that i have created and for the first business process model created we need to add choice step iProcess create Steps not Clear understanding

As you have shown in the guideline create process model, I have created process. And the next step to create form that i have created and for the business process model which is created earlier we need to add choice step in that in first choice only ...

external form with activiti rest

Hi !!Again i need help please, i have my process with an user task with its own form, this form have three properties but one of them have a custom property called "lista", i'm working with activiti rest, but when i try to get the data show me an err...

arag by Confirmed Champ
  • 3969 Views
  • 1 replies
  • 0 kudos

A list of process / task that assigned to you

Hi,In mailbox, we normally see a list of emails send to us and we can configure like what column to show for example, sender, subject, date and etc.Similarly,  this workflow APS, I have this Merchant Onboarding process, whereby many request coming in...

wktham by Confirmed Champ
  • 6779 Views
  • 1 replies
  • 1 kudos

How to get Attachment in alfresco?

How to get Attachment in alfresco?I did something like this.public void notify(DelegateTask delegateTask) {List <Attachment> at = new ArrayList<Attachment>();String processInstanceId = delegateTask.getProcessInstanceId();at = delegateTask.getExecutio...

kangkan by Champ in-the-making
  • 3853 Views
  • 1 replies
  • 0 kudos

Authorization header - Activiti REST

Hi Team,I have a query regarding Authorization header set for every Activiti-rest API call.As per the user guide, this header is mandatory for rest calls or we can pass unameass along with the url.Is there any way we can skip this and directly make t...

sonalik by Champ in-the-making
  • 6473 Views
  • 3 replies
  • 0 kudos

Undeploying workflow taking long time

Hi, I am using Activiti v5.21 with Oracle 11g RAC database and I have a real time workflow with 70 active instances(in least case) and each process instance consists of 150 variables of each processInstance. I am using API call to delete deployment -...

swamy2156 by Champ on-the-rise
  • 7792 Views
  • 5 replies
  • 1 kudos

14:58:03,009 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registry' defined in class path resource [alfresco/core-services-conte

14:58:03,009 ERROR [org.springframework.web.context.ContextLoader] Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registry' defined in class path resource [alfresco/core-services-c...

Resolved! Date vs datetime datatype: differences

After a bit of testing, I think I found that there's only one difference: in Share edit/visualization mode the datetime shows/asks for the time.In the DB the value is always stored as a datetime WITH a Timezone.Here's an example. I've three propertie...