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

Forum Posts

How to create a Custom Form Fields like Text Area

Hi,I have created a start Form and added some fields. But when adding a field as "string" by default its adding a text box when start form opens.I am doing some POC to have some kind of approval process, but during the demo my client asked me to put ...

Activiti

Do we have user guide or documentation for activiti-6.0.0. The documentation available is of old now

bond007 by Champ in-the-making
  • 374 Views
  • 1 replies
  • 0 kudos

Reporting not working in Activiti Explorer-5.19.0.2, JDK8

Hi,I am doing some POC on Activiti features and found that the report like "task-duration-report" is not working, instead getting import package exception. Please see the screenshot attached.Here are the version details:Activiti: 5.19.0.2JDK: 8apache...

Suspending and Stop/Cancel activiti Process instance

Hello,   Our application use Activiti v5.19.0. We need suspending/stop activiti process instance during process running.   I know there are APIs to suspend activiti process instance, suspendProcessInstanceById(String processInstanceId) and activatePr...

neo1 by Champ in-the-making
  • 1828 Views
  • 3 replies
  • 0 kudos

Activiti Webapp Explorer Pallete(Tools) are not coming

We took the source code of Activiti community edition and we successfully build the project.We have war file named “activiti-webapp-explorer2-5.20.0-SNAPSHOT” and we deployed it in tomcat and successfully able to see the login screen.When we are tryi...

chandanmb1 by Champ on-the-rise
  • 529 Views
  • 4 replies
  • 0 kudos

Move all groups to under a parent group

Expanding on a <a href="https://forums.activiti.org/content/admin-view-all-changes">question I had a few months back</a> – to allow all users to see something, let's get them all in a common group, and then direct users to share to that group.Seems t...

jonnyg by Confirmed Champ
  • 972 Views
  • 7 replies
  • 0 kudos

Unable to get the pallette for editing/creating BPMN flows

Getting error while trying to edit a BPMN flow.Unable to see the paletteMar 22, 2016 4:08:20 PM com.vaadin.Application terminalErrorSEVERE: Terminal error:java.lang.NullPointerException   at org.activiti.image.impl.DefaultProcessDiagramGenerator.prep...

Delete deactivated groups imported from LDAP

I modified my ldap properties to import fewer groups than previously. Now, the groups that were are no longer imported show up as deactivated groups in the activiti-app "Identity Management" tab. I am able to delete these one at a time but this is te...

Searching tasks by complex variables values

The rest api saves the complex objects as byte array, that makes it impossible to query the tasks using the values assigned to the complex variable saved with the task…So has is it possible to query the tasks using the task variable values in that ca...

aalaa by Champ in-the-making
  • 1117 Views
  • 4 replies
  • 0 kudos

Cannot Interact with Processes after redeployment

Hello,i am currently working on a new process, which means i tend to redeploy the Application to our Applicationserver quite often.my process basically is START_EVT | –> | SERVICE_TASK: prefill some data | —> | USER_TASK: Enter more data | —> | WORK ...

billdoor by Champ in-the-making
  • 434 Views
  • 2 replies
  • 0 kudos

POST send and receive json

Hello guys i'm trying to send json on klient side and receive json on server side. Only things what im getting is null or undefined, i tried many ways here is the last and most promisng but still not functional. Here is the request from client side:A...

artonix14 by Champ in-the-making
  • 859 Views
  • 2 replies
  • 0 kudos

Alfresco YUI Refresh Page.

Hello Everyone!I have made a webscript for moving a docuemnt from userhome folder to another folder.When i click on button and ajax call the document is moved but change are  reflected  after manually reloading the page.Any solution for this? i do no...

change database in activiti explorer

i want to change activiti explorer database and so edit db.properties file. now how login to activiti explorer? what is username and password?thanks.

hadi by Champ in-the-making
  • 470 Views
  • 3 replies
  • 0 kudos

3/16/2016 - Unpublished Posts

Greetings everyone, Recently a number of posts have been flagged by the spam filter that should not have. This means that when you make a post, there is a small chance that it may be stuck in an unpublished state. This is an issue that will hopefully...

wharper by Champ in-the-making
  • 428 Views
  • 2 replies
  • 0 kudos

Alfresco new install: best practice

Hello to all.I have a few questions about new installation of Alfresco. Anybody use a full installation file (.bin) in production? Or the best way to install all prerequisites and components manually?

easamuilov by Champ in-the-making
  • 463 Views
  • 1 replies
  • 0 kudos

installation requirements

can anybody share me some information on the installation requirements.Supported OS, HDD required, RAM required etc..for alfresco community 5.ximmediate replies would be helpful..

vishnugt by Champ in-the-making
  • 451 Views
  • 1 replies
  • 0 kudos

REST API vs Java API

Hi allI'm pretty new to BPM and Activiti and am currently investigating how we might integrate Activiti into a new project we're building. Can anyone offer any guidance on the pros and cons of using the the REST API over the Java API?  Does the REST ...

matthew1 by Champ in-the-making
  • 715 Views
  • 1 replies
  • 0 kudos

Can't login after upgrade

Hello,I have a strange error when upgrading 5.0d - > 5.1.We started on 4.2 (still have the old install in some folder) and upgraded to 5.0.d without issues.I followed the upgrade procedure:http://docs.alfresco.com/5.1/tasks/upgrade-process.htmlWe hav...

ms by Champ in-the-making
  • 961 Views
  • 4 replies
  • 0 kudos

Python Scrits

What's the trick for getting Python scripts enabled in script tasks. I set the scriptFormat value to "python" and it tells me "Can't find scripting engine for 'python'"

Put a user in a private site

Hi i am working in a J2EE project , and after creating alfresco user from my application , and a private site ; i want to know if it is possible to make my user as a member of my private site.Thank you