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

Forum Posts

where is activiti.cfg.xml ?

I've downloaded activiti from http://activiti.org/download.html, but i just can configure .war file, but I want to change activiti.cfg.xml to configure postgre database. WHere can i find activiti.cfg.xml ?Thank you

blvnt by Champ in-the-making
  • 2894 Views
  • 6 replies
  • 0 kudos

BUG in UI

In some models validation error occurs but validation marks (those little red crosses) does not appear on the Modeler or any construct. I tried duplicating those models, still the problem persists. but other models validates or at least show errors. ...

abbask by Champ on-the-rise
  • 148 Views
  • 1 replies
  • 0 kudos

Error java null pointer exception when using REST call

Hi everyone, I defined a variable in activiti using variables -> + -> variable value myUserName And i want with a rest call get a ticket from alfresco using this variable that I set in a script task to "administrator" but when i run my processes, the...

madn by Champ in-the-making
  • 472 Views
  • 2 replies
  • 0 kudos

Getting the results from Activiti Engine 6.0.0 beta2

HiI'm trying to execute the buzzword example in the acitiviti 6 engine.I'm able to get the run the XML ProcessDefinition processDefinition = repositoryService                        .createProcessDefinitionQuery()                        .deploymentId...

bond007 by Champ in-the-making
  • 238 Views
  • 3 replies
  • 0 kudos

How can I custom user with spring boot

when I custom  activiti user with spring mvc,it work well.I move it to spring boot,does't work.——————-CustomGroupManagerFactory—————-public class CustomGroupManagerFactory implements SessionFactory {      private CustomGroupEntityManager customGroupE...

chriszhang by Champ in-the-making
  • 314 Views
  • 1 replies
  • 0 kudos

REST API to get state of a running process in json response

Hello,I am trying to fetch state of a running process details using below REST callhttps://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_get_process_instance_detailsapi/enterprise/process-instances/{processInstanceId}For e.g: I have a process, wh...

Configuration of a Process Engine

Hello, Im a new user of Activiti ,I'd already installed activiti 5.1 and tomcat 7 , I followed this tuto :http://activiti.org/userguide/index.html#activiti.setup .When I tried to configure the Process Engine, I didn't know where i could find the XML ...

lobnakh by Champ in-the-making
  • 195 Views
  • 2 replies
  • 0 kudos

no processes deployed with key

I created my workflow and have the following code       ProcessEngine processEngine = ProcessEngineConfiguration                .createStandaloneInMemProcessEngineConfiguration()                .buildProcessEngine();                      RuntimeServi...

zd251 by Champ in-the-making
  • 4264 Views
  • 4 replies
  • 2 kudos

Facade pattern for activiti api ??

Hi ,I want to develop an application based on activiti api with personalized services (do not expose all methods).what is the best way  : Facade Pattern ,  Adapter or  the both .you have an example  ?? regards, Chafik