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

Forum Posts

Get document NodeRef in field template

Hi all!I have a custom type and a custom form to display nodes of this type on document-details page. I've written custom field template to display the propertyand my question is how can i get NodeRef of the current node in a field template?The first...

dreambitc by Champ in-the-making
  • 457 Views
  • 2 replies
  • 0 kudos

No puedo entrar con el usuario admin

Hola,Acabo de hacer una instalación limpia de alfresco y no me deja entrar con el usuario admin.¿Dónde se configura?En mi alfresco-global.properties he puesto:# note: default admin username - should not be changed after installationalfresco_user_stor...

jficheux by Confirmed Champ
  • 2214 Views
  • 3 replies
  • 0 kudos

Souce Code Activiti Explorer

Hi,Is it possible to edit the source code from Activiti Explorer?I want to use the Activiti Moduler and make some changes both in HTML and in Java but in the available .jar I get a source not found message.Regards,Mónica Casanova

mfm by Champ in-the-making
  • 263 Views
  • 1 replies
  • 0 kudos

A little explanation on the routing of the gateways

Hi,i have a simple demo process <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="...

d00d by Champ in-the-making
  • 275 Views
  • 1 replies
  • 0 kudos

Custom Workflow Java Class

Hey,we need to customize tasks list view so that tasks for every user are visible for everyone. First, I thought I could use webscript to fetch all the active tasks and return them but then I noticed there is no that kind of method that would return ...

sihnu by Champ in-the-making
  • 729 Views
  • 3 replies
  • 0 kudos

Run tests in Alfresco 5.0.b env

Hi,I'm using maven archetype for creating a new alfresco amp project, accordig to this <a href="http://docs.alfresco.com/community/tasks/alfresco-sdk-tutorials-amp-archetype.html">article</a>When I try to run tests on the project, it fails with error...

sergwf by Champ in-the-making
  • 633 Views
  • 3 replies
  • 0 kudos

Do I need a database server?

Alfresco installation procedure is rather confusing. Either I need some things or I don't I can never tell so I need some help. For one, do I install postgresql myself (wiki.alfresco states I need at least postgresql 9.2 but on doc.alfresco it says I...

altiris by Champ in-the-making
  • 258 Views
  • 1 replies
  • 0 kudos

Cannot get node content using onCreateNode behavior

I've created a custom Java behavior bound to the onCreateNode event that works just fine, exceptthat I can't retrieve the content from the node using:ContentReader cReader = contentService.getReader(car.getChildRef(), nodeService.getType(car.getChild...

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

delete Unpublished post

hi ..new to forum , i have 2 Unpublished post , i would like to delete / remove it, i can not find any delete or remove button.can some one show me how to do this ?thanks .

csyeow by Champ in-the-making
  • 303 Views
  • 2 replies
  • 0 kudos

using JAXB to create xml

I have compiles the BPMN20.xsd, BPMNDI.xsd, DI.xsd, DC.xsd, Semantics.xsd togather with xjc for generating classes for jaxb,I am able to use these classes to create most of the tags in xml, but I am not able to find how to assign form data or declare...

Control over the modeler

I have an ERP application with predefined process with set of tasks. I want some control over the modeler to limit the access to change the process and add the task. How can this be done?  Also, is it possible to launch the process state diagram ( wh...

sanjul by Champ in-the-making
  • 317 Views
  • 3 replies
  • 0 kudos

upgrading from 5.12 to 5.15

I have been resisting to upgrade to the latest designer but today I bit the bullet and upgraded to the latest. Now the "names" of the sequence flows are all over the place (In 5.12 the names were shown aligned with the arrow lines in the diagram), is...

cirerenat by Champ in-the-making
  • 232 Views
  • 1 replies
  • 0 kudos

Variable Number of Parallel Tasks using Parallel Gatway

I would like to perform identical task on multiple target elements concurrently as "parallel tasks". The catch here is that number of parallel tasks is variable (may vary from 2 to 20 for example) and shall vary on every run of "workflow process inst...

sankarts by Champ in-the-making
  • 383 Views
  • 3 replies
  • 0 kudos

Template API

Hi All,I have a requirement to build an XForms like API.  I understand that AVM which supported this is now not really an option moving forward.I would like to create a template in Alfresco, and provide an API to external systems to use the template ...

skynet5 by Champ in-the-making
  • 495 Views
  • 3 replies
  • 0 kudos

Manual task completion

Hi,I am getting confused with manual task and user task.  With user task when the assignee completes the task it moves on to the next task in the workflow.  How about manual task, there is no assignee as its manual.  who will make sure the manual tas...

kethur by Champ in-the-making
  • 1358 Views
  • 3 replies
  • 0 kudos

Wrong event firing when a task is completed in 5.15.1

Two events are getting fired when a task is completed using FormService.submitTaskFormData, one is 'complete' and the other is 'delete'.I suppose, It should trigger only one event 'complete' but with new version of activiti 5.15, another event 'delet...

ganeshr by Champ in-the-making
  • 354 Views
  • 3 replies
  • 0 kudos

How to customize ActivityBehaviorFactory

I would like to extend the DefaultActivityBehaviorFactory directly inside activiti.cfg.xml / processEngineConfiguration / bean declaration.But how can I inject the expressionManager in my customized  ActivityBehaviorFactory / as this is initialized w...

skay by Champ in-the-making
  • 390 Views
  • 3 replies
  • 0 kudos

AND and OR for parallel tasks

Hello,I am testing different kinds of workflows, and I have a problem when I have parallel tasks.For example, I created a workflow with 2 parallel gateways, a first one for the fork and the second one for joining. This one is ok, I can only go to the...

DB NOT CLEAN error with multiple diagrams

When we have a single diagram, everything is OK, i.e.<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration" init-method="init">        <etc…>        <property name="deploymentMode" value="single-resource" /...