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

Forum Posts

Spring configuration and tenantId

Hello, this is my first topic in this forum, and I am a new Activiti user, too. Before creating this topic, I searched a solution to my problem with this forum's search engine, with Google, and inside the book "Activiti in Action" I already purchased...

Passing work items between service tasks

Hi,How does the Activiti engine pass the work items from one service task to the next? Let me explain with an exampleay, I have a service task which invokes a java class. The java class does some processing and generates some values (work items). Now...

gouthr by Champ in-the-making
  • 431 Views
  • 3 replies
  • 0 kudos

data import, XML and others

Hi, 1) Is there a way to import data into activiti? I mean non-programaticly,  normal user.Users, their roles, processes (other BPMs too) etc. What other things can be imported? How it can be done? 1a) from XML 1b) from other databases1c) from other ...

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

#10 minute tutorial, A to Z

Hi,Would someone please describe the A to Z for running the 10 minute example? As the tutorial in activiti.org is not comprehensive and doesn't explain setting up the database and stuff.This is also the error I get in the meantime: Could not save pro...

Paging parameters

Hello !I can read in the UserGuide that paging and order parameters can be added as query-string in the URL, and for the default value for size is 10. As I am working with a lot of data, I defined for the moment "?size=1000" at the end, but is it pos...

Need Activiti Jars compiled using jdk 1.5.0

Hi,I am currently working on an SOA-BPM project. I built service layer using an integration tool where I am starting activiti workflow thro' activiti api. I am calling the activiti api thro' a java method action in the integration tool's environment....

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

AbstractBpmnActivityBehavior example for long tasks process

Hi,I starting using some specific features of Activiti.The deal is to create a task which can send to a web service an order to start a long task (like media encoding, or big size file transfer etc.).And he end of the task will be signalized by the w...

Subprocesses from call activity are getting slower

Hi,I have a process that starts many subprocesses (nearly 800) with a call activity. To avoid a StackOverflowException I set:activiti:async="true" and isSequential="false"My problem is that the processing of the sub processes are getting slower. At t...

bzeuner by Champ in-the-making
  • 320 Views
  • 1 replies
  • 0 kudos

Error with createHistoricTaskInstanceQuery

Hi all.I have met an error with 5.16.3Here is my code        List<HistoricTaskInstance> historicTaskInstances =                 historyService.createHistoricTaskInstanceQuery()                .processInstanceId(processInstanceID).list();‍‍‍‍‍And got ...

holysoul by Champ in-the-making
  • 487 Views
  • 2 replies
  • 0 kudos

Get Document informations for workflow instance

Hello,I created a new page in order to display all actives workflows for all the users. For this, I call the following URL : http://127.0.0.1:8080/share/proxy/alfresco/api/workflow-instances?skipCount=0Next and for each result of the previous request...

crono40 by Champ on-the-rise
  • 1520 Views
  • 5 replies
  • 1 kudos

Search operator for multiple categories

I have customize the advance search form of Alfresco Share to include the Categories field.  The default search operator for multiple categories is 'OR',  i.e. all contents linked to one or more of any of the selected categories are returned.  I wish...

cflee1623 by Champ in-the-making
  • 602 Views
  • 1 replies
  • 0 kudos

Archivage automatique

Bonjour à tous,Je pense que c'est le bon endroit pour mettre ce topic, si ce n'est pas le cas, excusez moi.Etant novice dans le domaine des GEDs, je viens vous voir pour demander conseil.Mon entreprise aimerait changer de GED (actuellement interne) e...

blooster by Champ in-the-making
  • 2895 Views
  • 4 replies
  • 0 kudos

Automatic a copy

hello, How can I make automatic a copy of content every day to a new Alfresco backup server? I have 100,000 + files, and 400 + every day

user123 by Champ in-the-making
  • 410 Views
  • 1 replies
  • 0 kudos

Postgres SQL schema name inconsistency

My dev evironment uses activiti 5.16.3 on a PostGreSQL 9.3My aciviti tables need to run in a seperate schema.I lost some time due to the fact that i gave the schema an name in uppercase. Activiti always converts the entire tablename, incuding the dat...

deg by Champ in-the-making
  • 482 Views
  • 1 replies
  • 0 kudos

Error while checkin using CMIS

This is my sample codeDictionary<string, string> parameters = new Dictionary<string, string>();        parameters[DotCMIS.SessionParameter.BindingType] = BindingType.AtomPub;        parameters[DotCMIS.SessionParameter.AtomPubUrl] = "http://127.0.0.1:...

nerajd by Champ in-the-making
  • 690 Views
  • 1 replies
  • 0 kudos

Can I programmatically create BPMN (the xml) ?

Is it possible to use the API to programmatically create the BPMN for a process instead of using the modeler??Has anyone done this? Any examples? The user guide has nothing regarding this. Only shows how to create processes from existing BPMN xml.I s...

afshad by Champ in-the-making
  • 1061 Views
  • 2 replies
  • 0 kudos

Changes in ExportMarshallers in upcoming Designer release

In the next release of Activiti Designer, we are re-introducing the ExportMarshaller extension functionality. The description below describes the changes made. If you currently have extensions and are planning to upgrade to the next version of Design...

AbstractProcessValidator & AbstractExportMarshaller

Good morning,I'm developing a project based on Activiti Designer Extensions with Custom Tasks.The first part of the tutorial works fine.Then, I've followed the part for process validator and export marshaller but I have few doubts:1) I'va created the...

Alfresco REST Upload API - Customization

Can the 'content-type' of http response header be customized for the Out-of-the-Box REST upload API?By default, the http response header's 'content-type' is returned with value - 'application/json'… Can this be customized to return as 'plain/text'…

seeampapa by Champ in-the-making
  • 484 Views
  • 2 replies
  • 0 kudos