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
  • 392 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
  • 197 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
  • 204 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
  • 517 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
  • 259 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
  • 329 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 ...

Customizable State machine implementation

Hi,I am trying to build a finite state transition machine. User can create the transition from one state to another based on named action and can also apply conditions and rules.System user can use a custom screen to create these definitions. I want ...

vgaur by Confirmed Champ
  • 654 Views
  • 4 replies
  • 0 kudos

Crear ROLES de usuario

He creado varios roles de usuario, pero hay uno de los roles que nose configurarlo.quiero tener un rol de usuario que pueda ver, crear y editar documentos pero que no pueda elimminar documentos ni siquiera los suyos propios (OWNER). He conseguido cre...

camachompi by Champ in-the-making
  • 4343 Views
  • 10 replies
  • 0 kudos

Update spring framework version to 4.1.4

Could new releases of activiti-explorer be aligned to the latest version of Spring. We had a problem with our configuration due to a bug in 4.0.6. Our internal libraries depend on 4.1.4. Yes it possible to upgrade the activiti-rest.war and activiti-e...

wsalembi by Champ in-the-making
  • 375 Views
  • 1 replies
  • 0 kudos

Developing an Alfresco AMP against a specific Aikau version

If you're developing an Alfresco extension that works against Share, you'll probably find that using Aikau streamlines the process. That's exactly what we're doing in the Records Management (or RM) team.RM is the largest Alfresco extension developed ...

New permission to prevent deletion of custom aspect

Hi,I have the following goal to archievence my custom aspect has been applied to any node, it should never be possible to remove it from this node again - except by users of a defined group.The way to go is:1) Create a new permissionSet and extend th...

itzamna by Confirmed Champ
  • 407 Views
  • 2 replies
  • 0 kudos

Liado con los tipos de contenido y aspectos

Buenas tardes a todosTengo instalado a modo de prueba una versión 5.0cLeo y leo por foros y webs y cada vez me lio mas con te tema de lio tipos de contenido y los aspectos.Me explico, he entendido que un contenido se le asigna un tipo de contenido y ...

waldyzx14 by Champ in-the-making
  • 3445 Views
  • 3 replies
  • 0 kudos

Alfresco Cmis Api Service

hello friends i use Cmis Api service to save a pdf documents in alfresco . i want to know the diffirent between  localhost:8080/alfresco/service/cmis and localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom thanks

bhenchiri by Champ in-the-making
  • 346 Views
  • 2 replies
  • 0 kudos

ERROR 500 when downloading document

I upload new document. Add access rights (editor) to another user and send him a link. He opens it, see the document. When he try to download it there is an errorException:   net.sf.acegisecurity.AccessDeniedException - Access is denied. net.sf.acegi...

alibaba by Champ in-the-making
  • 344 Views
  • 2 replies
  • 0 kudos

[Spring] Process scoped bean

Hey guys!I'm reading Activiti in Action and I wanted to use process scoped bean because process variables are mapped to LinkedHashMaps. Unfortunatelly while deploying my application Spring told me, that there is no such scope "process". I'd like to k...

Saving Messages from (async) ServiceTask

I just implemented an asynchronous  ServiceTask that might produce a set of error messages due to "imperfect" data. Any error detected by this task rewinds the process to the former state using a modeled "failure" transition.What's the best way to co...

ralfedmund by Champ in-the-making
  • 224 Views
  • 1 replies
  • 0 kudos