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

Forum Posts

Unable to terminate suspended process

When trying to terminate a process instance, we get the exception below. We use Oracle 11.2.0.4 database.  Any idea what is this related to and how to overcome it?[] Dec 08, 2015 9:57:03 AM org.activiti.engine.impl.bpmn.deployer.BpmnDeployer deploy  ...

peshi77 by Champ in-the-making
  • 176 Views
  • 1 replies
  • 0 kudos

SDK for alfresco 3.0

I'm unable to find SDK for alfresco version 3.0Can any one please send a link where the SDK for alfresco 3.0 existsThanks in AdvanceVijay Krishna.B

Is it a bug?

When I assign a user or potential users using spring bean,when it return null,activiti will throw Exception below:17:33:53.927 [main] DEBUG org.activiti.engine.impl.history.HistoryManager - Current history level: AUDIT, level required: ACTIVITY17:33:...

mymailmjj by Champ in-the-making
  • 292 Views
  • 1 replies
  • 0 kudos

taskListener not getting called

Hi,I am trying to call taskListener method from my user task on the event of event complete. but that listner method is not getting invoked at all.This is me user task         <bpmn:userTask implementation="##unspecified" isForCompensation="false" st...

prasath by Champ in-the-making
  • 268 Views
  • 1 replies
  • 0 kudos

can not brows comapny_home with node browser

I could not find the "PATH:"/Company Home/:" from my node browser from my alfresco 4.0.d installed on centos7. But I can upload and download images & docs.

suda by Champ in-the-making
  • 385 Views
  • 2 replies
  • 0 kudos

How to force a Full Sync

Hello,I have just installed the last version of Alfresco 5.0.d in a Windows Server x64 and I have connected it to the LDAP AD. Alfresco didn't crate some users and I would force a FULL Sync LDAP->Alfresco. I have tried to do it restarting the system ...

james13 by Champ on-the-rise
  • 4024 Views
  • 4 replies
  • 6 kudos

Starting subprocess instance of running execution

Hi everyone!I have a subprocess (possesses the multi-instance property) within my parent-process. I pass a list of assignees when starting the parent-process, so with the multi-instance property for every assignee in the list a subprocess instance is...

robby20062 by Champ in-the-making
  • 410 Views
  • 3 replies
  • 0 kudos

share amp and log4j override

Hi,I've a very basic question: where to put my log4j.property file in a share amp to override the default one ?I tried 'config/alfresco/module/my.module.package/log4j.properties without any success…thanks,Vincent

service task

I'm totally unaware of how to use the service task in my application, I can use the user task without any trouble but the service task I even donno where to start it ? please help me out in this issue asap.Thanking you

Converting a JBPM BPM to Activiti

Hello, we are in the process of starting our project around converting all our JBPM driven workflows to Activiti. I wanted to know at a high level the following:-What our main roadblocks we can expect when doing this-What tools in the Activiti engine...

How to define variables across process instances?

I have a workflow and there are 10 constant variables out of them few are large strings. If I send them as process variables those will be created at process instance scope and duplicated in variable table N times for N active process instances. Inst...

swamy2156 by Champ on-the-rise
  • 162 Views
  • 1 replies
  • 0 kudos

Execution creation - why there is new execution created

Hi,we are evaluating Activiti as engine for next project developed in our company. I'm new, so my question may be a little bit silly. I don't understand what are the rules of execution creation?On attached image I show part of my BPMN process. Execut...

ExecuteAsyncRunnable - Job failed -StackOverflowError

Dearsplease your support in following error for ExecuteAsyncRunnable The execution of a job has failed. EntityId=220753 ,JobHandlerType=async-continuation ,ProcessInstanceId=220750Mon Nov 30 12:15:23 2015 ERROR ExecuteAsyncRunnable - Job 220753 faile...

javacorner by Champ in-the-making
  • 485 Views
  • 5 replies
  • 0 kudos

Deadlocks on multiserver configuration

Hi,I am facing a number of deadlocks issues when executing processes on activiti engine. We have 4 servers working in a cluster, each having an activiti engine instance but working on a common database. This has been done to horizontally scale the sy...

org.activiti.engine.ActivitiOptimisticLockingException: JobEntity

Hi all,         I have 2 Activiti (v5.18) engines instances pointed to the same database. I have a java delegate serviceTask that has async='true'.  The java delegate is straighforward as it just inserts a row to an application table. When I test wil...

soaguy by Champ in-the-making
  • 413 Views
  • 1 replies
  • 0 kudos

SOLR and Tagging not working

My first issue is SOLR is not working. When I go to search it says nothing found.It did not work in my older version and I have upgraded to 4.2.cI have placed index.recovery.mode=FULL inside of my alfresco-global.properties in /opt/alfresco-4.2.c/tom...

steeb by Champ in-the-making
  • 751 Views
  • 2 replies
  • 0 kudos

String operations in Alfresco Scripts

I am struggling in manipulating the string object in alfresco javascript.These are the two functionalities I am looking for.1)How to use contains function? var nameofDoc=new String(document.properties.title); if(!nameofDoc.contains("TEST_"))‍‍  not w...

Autocompletamento

Ciao a tutti sono qui per porvi un quesito. Sto sviluppando dei miei metadati custom e tra tutti ho inserito la proprietà "via/indirizzo".Quando all'interno di un documento vado a modificare questa proprietà è possibile mente inizio a scrivere l'indi...

Display Document Number for each document

Hi i want to disaplay auto generated unique document number for every document generated and save it as its metadata. I have tried sys :dbid but its always null.Please help me achieving this .Raghav Bhardwaj

run linux system command from rule

Hi,when a user uploads a jpeg, this should get resized to 1024x768 to save space.On the fileserver this was done with imagemagick, like "find pictures/ -type -f -iname '*.jpg' -exec mogrify -verbose -resize 1024x768 {} \;What's is the simpliest way t...

stegbth by Champ in-the-making
  • 842 Views
  • 8 replies
  • 0 kudos