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

Forum Posts

Resolved! A typical approach to design BPMN 2.0 processes?

Hi,What is your typical approach to designing BPMN 2.0 processes when using the embedded version of Activiti (Spring)?Do you use web designer and then upload the models or rely on the eclipse plugin to generate the files? Are there any other tools co...

ginsul by Champ in-the-making
  • 4541 Views
  • 1 replies
  • 0 kudos

What is the recommended way to develop processes?

Hi,Is Activiti Eclipse Plug-In is still the recommended way to go, or should I use Web Designer for this purpose?In regards to the Eclipse Plugin, the documentation points to an update site http://activiti.org/designer/update/ with a two-year-old pac...

ginsul by Champ in-the-making
  • 3290 Views
  • 1 replies
  • 0 kudos

How to handle return and resubmit tasks?

 I need to flag task when returned to the previous taskTASK01------------------>TASK02------------------------->TASK01 (This Task is returned task from task02)And after coming to the same task it should be flaggedTASK01------------------>TASK02------...

kalana by Champ in-the-making
  • 4873 Views
  • 3 replies
  • 0 kudos

Sorting in Custom types

HiI want to sort the custom types in dropdown. I have seen this link  in community.I applied the sorting in the share-custom-config.xml, mentioned in that post.But,I doesn't make any change in the screen. How can i sort the names in ascending or desc...

yuva by Champ on-the-rise
  • 3481 Views
  • 1 replies
  • 0 kudos

Issue with activiti framework

Deployment deployment = processEngine.getRepositoryService().createDeployment()        .addBpmnModel("DynamicApiExecution.bpmn",model)        .name("Dynamic Api Execution").key("DynamicApiExecution").deploy();The above call returns me deployment obje...

Resolved! Dynamic properties

HelloI access alfresco 5.2 repository through opencmis api.I need to be able to store key value pairs (propeties?) that are not predefined and therefore i cant add them as type properties to content model. But i would like to be able to store/modify ...

longinus by Champ in-the-making
  • 11802 Views
  • 8 replies
  • 1 kudos

Clean up some ACT_GE_BYTEARRAY instances

We've been storing a copy of the main entity for our operations in a workflow variable, which has resulted in a buildup of data in the ACT_GE_BYTEARRAY as hist.var-entity, along with hist.var-child_entity and hist.var-workflowDefinition.What should I...