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

Forum Posts

Dynamically create flowable process

Hi,want to create flowable process dynamically based on client .The task in the bpmn model and process variables should vary based on the client.Please help me to find one solution to establish this.

jamest644 by Champ in-the-making
  • 7294 Views
  • 6 replies
  • 0 kudos

I want to use a categoryService with rules

Newbie question: I'm using version of Aflresco Community - 5.2.0 (r135134-b14) I'm custmizing page of the document-details. I would like to use categoryService in rule definition, but I do not know how to realize it.ex) NodeRef newCategory = category...

yosk by Champ on-the-rise
  • 2874 Views
  • 1 replies
  • 0 kudos

synchronous execution of long running task

Hi,I am using Activti version 6.0.0.I want synchronous executions of task in activiti,but I have a long running task which might take 20 minutes to execute.I wanted to get process instance id quickly in my controller without considering completion of...

adi123 by Champ in-the-making
  • 9862 Views
  • 8 replies
  • 0 kudos

How spring boot work with activiti?

I use Spring boot 2.0.1.RELEASE with Activiti  5.22.0 and write a init method in start application:@Bean CommandLineRunner init(final RepositoryService repositoryService, final RuntimeService runtimeService, final TaskService taskService) {   return ...

hank by Champ in-the-making
  • 8050 Views
  • 5 replies
  • 0 kudos

How to do exception handling in Activiti v6.0.0

‌Hi I am new to Activiti Framework, Can someone please give information on how can we do exception handling in activiti v6.0.0 . Please attach a sample bpmn xml file with exception as a service task, and also the exception class(java code) if possibl...

nami by Champ in-the-making
  • 12645 Views
  • 8 replies
  • 2 kudos

How to retrieve Activiti task-form using REST?

I have created form definition (JSON) for forms that built using the Activiti App Form Modeler in version 6.  How can i access the form using activiti-rest api ?The form is created using activiti-app and used in workflow process. The data related to ...