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

Forum Posts

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
  • 138 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
  • 83 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
  • 144 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
  • 180 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
  • 1115 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
  • 125 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
  • 235 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" /...