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

Forum Posts

Query on variable scope

My workflow has 50 constant data values rather create these variables for each instance, Is there a way to define them as constants at process definition level or so? So those will be used by process instances under that process definition.

swamy2156 by Champ on-the-rise
  • 4632 Views
  • 2 replies
  • 2 kudos

upgrade 1.1.0 AMP to 2.2.1

I have an AMP which is built against SDK 1.1.0 for Community 4.2.e.  We are upgrading to 5.1 and need to upgrame the AMP to SDK 2.2.1 - is there a known upgrade process

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

Resolved! how to add a custom task listener through java code?

I'm building the usertask and servicetask dynamicallydefault UserTask createUserTask(String id, String name, String assignee) { UserTask userTask = new UserTask(); userTask.setName(name); userTask.setId(id); userTask.setAssignee(assignee); return use...

goutham_pn by Champ in-the-making
  • 7514 Views
  • 3 replies
  • 0 kudos

Make Script Task Wait

Hi,I have an activiti workflow in which I go from User Task1 -> Groovy Script (Script Task) -> User Task2. The question is I want to reach the User Task2 only when I know the Groovy Script has completed.The groovy script hasn't completed and the user...

ali_malik by Champ in-the-making
  • 5312 Views
  • 3 replies
  • 0 kudos

Resolved! Received pdf fax attachments

We currently receive faxes as email pdf attachments.  I would like to somehow push these into Alfresco to allow users to add keywords for search purposes, etc.  How would I need to set the community edition up to do this as a proof of concept?

scamby by Champ in-the-making
  • 6753 Views
  • 4 replies
  • 0 kudos

Get Task Assignee Details in ExecutionListener

Hi,We are using Enterprise Activiti 1.5, I'm trying get the assignee details in the java code that's invoked from "ExecutionListener" of the User Task but not able to get it.I'm able to get the assignee details in the java code using "TaskListener" o...

eramesh by Champ on-the-rise
  • 5930 Views
  • 2 replies
  • 0 kudos

Tag search using Advance Seach

votefavorite I have customize advance search for tag search but it is not giving any result. i have added Tag search box using following code(share-config-custom.xml).<config evaluator="model-type" condition="cm:content"> <forms>    <form id="search...

lotus notes vs alfresco

We are trying to deploy a knowledge management solution for our team options were lotus notes vs alfresco - does anyone have a comparitive study on speed, scalabity, storage requirements  and any quirks

nagarajukm by Champ in-the-making
  • 3181 Views
  • 1 replies
  • 0 kudos

Resolved! SOLR Tracker SSLHandshakeException

The site is up and working for 5.1.g. However, the catalina.out log is peppered with gigabytes of the following:2017-02-02 16:17:30,049 ERROR [solr.tracker.AbstractTracker] [SolrTrackerScheduler_Worker-17] Tracking failedjavax.net.ssl.SSLHandshakeExc...

garbetsp by Champ on-the-rise
  • 10995 Views
  • 4 replies
  • 2 kudos

Resolved! How show folder names in Italian language in 5.2.e ?

I just installed the Community 5.2.e using the wizard in Italian language.Also I added in setenv.bat the below options:++JvmOptions="-Duser.language=it" ++JvmOptions="-Duser.country=IT"Still in Share and SMB explorers the names of system folders are ...

icarrara by Champ in-the-making
  • 5262 Views
  • 2 replies
  • 0 kudos

Resolved! Java Heap Space error in alfresco.log

Hi Alfrescians,I would like to ask some assistance, I've encountered a 'Java Heap Space' error in alfresco.log and I'm not quite sure how to fix it, I've done some research and it's confusing to choose which solution to pick. I would like to hear fro...