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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 489 Views
  • 0 replies
  • 0 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
  • 4132 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
  • 5299 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
  • 3893 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
  • 6677 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
  • 3725 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
  • 6269 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
  • 7557 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...

Seach in the repository by default in advanced search

Hello,I created a custom advanced seach form : It works as intended but the search is in "all sites" by default.I would like to perfom all the advanced search in repository instead of all site : It's possible ? How can I do this?I'm using Alfresco Co...

thibault_l by Champ on-the-rise
  • 5042 Views
  • 2 replies
  • 1 kudos

Dynamic content for custom service task's property tab

Hi everyone,I just got started with Activiti and this is my first post. So I was following the activiti user guide to build a custom service task here:Activiti User Guide - Extending Activiti Designer  I understand that by using Property Type I can c...