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

Forum Posts

REST API to start a process instance with variables

Hi,We are trying to use REST API to start a process instance with variables. If we just add a variable "A" to start a process instance, activiti engine will add the variable "A" and its value in the process instance correctly.But if we define a varia...

How to make the workflow call the outer Java program

I installed the Activity Explorer, and H2 standalone server. Everything works fine, as I see: I can start a workflow, claim and complete user tasks, but that's not enough. I need the workflow to call external services, suppose via REST. But I have no...

alper by Champ in-the-making
  • 221 Views
  • 1 replies
  • 0 kudos

Project Management Extension

Hello all,I am new to Alfresco and would like to see if there are any Project Management extensions available (ideally, for construction)Any information would be greatly appreciated!K

Can't make Record Management work

Operating system: Linux Mint Qiana, Core I7, 6 GB RAM (and a second machine with 16 GB RAM).I've installed alfresco community 5.0.b and it worked fine. Then I installed Record Management (alfresco-rm-2.3.a.1-1104) and it stopped working. When I try t...

How to know which signal event triggered

I have a requirement like where I am attaching two boundary signal events to an user task and these two boundary signal events are further connected to one more user task.  Based on the requirement, these two boundary signal events triggered, so upon...

call back variables

How I can call back the variables that I wrote in user tasks in other tasks?

jessy by Champ in-the-making
  • 110 Views
  • 3 replies
  • 0 kudos

A little help on the routing of the gateways needed

Hi,i have a simple demo process <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="...

d00d by Champ in-the-making
  • 177 Views
  • 5 replies
  • 0 kudos

Generate not-existing DI components.

It's needed to generate model for bpmn files without existing DI components.Whay I try to do now is to generate BpmnModel, and then fix it, using information from processes and their child components.The question is - mayby the issue already have bee...

sav1 by Champ in-the-making
  • 137 Views
  • 5 replies
  • 0 kudos

Query all process instances with pending tasks for a candidate

Hi. How can I query all Process Instances that have pending tasks related to a user?I'm using this statement:List<ProcessInstance> instances = runtimeService         .createProcessInstanceQuery()         .involvedUser(login)         .active()        ...

edufrazao by Champ on-the-rise
  • 226 Views
  • 5 replies
  • 0 kudos