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

Forum Posts

Possible bugs with Activiti-REST

Hello, I am using activiti-rest to embed workflows in a PHP application.I've encountered a couple of weird issues1) Querying for process instances using the "processInstanceBusinessKeyLike" parameter has no effect. Note that "processInstanceBusinessK...

pietro_b by Champ in-the-making
  • 231 Views
  • 3 replies
  • 0 kudos

start a new process with variables

Hi,I have a process "A" that has two form property, and I need to start process "A" from the process "B". How I do it?I'm user Activiti Explorer 5.17

fbaldo by Champ in-the-making
  • 117 Views
  • 1 replies
  • 0 kudos

user info

Hi, In Activiti Explorer how I do for get:1) The user that completed a task;2) The email of determinate user;3) The user that was assigned for a determinate task. I'm use Activiti Explorer 5.17.0

fbaldo by Champ in-the-making
  • 126 Views
  • 1 replies
  • 0 kudos

How to access Spring beans

I am using org.activiti.spring.SpringProcessEngineConfiguration to configure Activiti within a Spring application.I did a little test:MySpringBeanClass bean = (MySpringBeanClass) execution.getVariable("mySpringBean")and this returned null.How can I a...

XML error datePattern and value

Hi,I've installed the eclipse activity designer plugin (version 5.15…) and if open a sample process from the activity explorer (e.g. VacationRequest.bpmn20.xml / I've imported the web-explorer2 project into eclipse) i get the following xml validation...

fg80 by Champ in-the-making
  • 406 Views
  • 1 replies
  • 0 kudos

Comma escape character

Hi,In my application I have complex groups that can contain comma in their id. For instance a group's id can be : mygroup(param1, param2).When I try to use this kind of group as a candidate group for a user task, Activiti is considering comma as a gr...

nicolas1 by Champ in-the-making
  • 161 Views
  • 1 replies
  • 0 kudos

How can i authenticate user's request in activiti-rest api

hi,i used activiti-api to provide api service to mutiple other system,and they share one activiti db,there is one question,how can i authenticate other user's http request to access the db.for example.there are two workflow in activiti db.one user ca...

crystonesc by Champ in-the-making
  • 242 Views
  • 1 replies
  • 0 kudos

Set name of calledElement in callActivity

Hi,I have created a main process that at the moment just calls one sub process. I have achived this using callActivity in my main process.I would like to be able to determine the sub process to be called given a name of the sub process, thus I would ...