Tagged Questions

Useful links Project home page

learn more… | top users | synonyms

6
votes
4answers
3k views

Is Jbpm dying? What is the future of Jbpm and Activity Bpmn? --Jbpm vs. Bpmn--

I have heard that the developers of "Jbpm" have transferred to "Activiti Bpmn 2" in recent times (ex: Tom). I am wondering about is whether the support for Jbpm will be over or not.. Besides, I would ...
5
votes
4answers
3k views

What are the differences between jBPM and Activiti Bpmn

It is clear in the title, I would be glad to hear the main differences between them. Thanks.
1
vote
1answer
53 views

Passing values between workflow tasks

I have problem with passing property values between tasks. For example, i have in start task model defined property: <type name="mcwm:submitStart"> ...
1
vote
2answers
120 views

Edit task workflow FORM change

I have created my own custom workflow (for now this is just adhoc workflow customization) and i have managed to customize start workflow form, however a can not customize second form, this is edit ...
1
vote
1answer
591 views

Problem using the Activiti Rest web services

Edit: to simplify my question, has anyone managed to communicate with Activiti using rest?, and if so could you be kind to post your code. thanks. I've been struggeling for a while to login ...
1
vote
2answers
877 views

bonitasoft bpm vs jBPM vs Activiti

I am evaluating BPM offerings to be used within our application. I wanted to find out a) the differences between Bonitasoft / jBPM and Activiti b) Some of these products provide forms generation ...
1
vote
1answer
204 views

Activiti deadlock occurs under JMeter performance test

I have a problem with activiti concurrency. We have a wicket spring application with embedded activiti workflow engine. It works fine without concurrent users, but during jmeter performance test ...
1
vote
2answers
2k views

Add new workflow into Alfresco share

I'm new to Alfresco/Activiti. Our company is using Skelta BPM.NET (in integration with our self developed RMS) and now we would like to take a look into other BPM software. I last days I found our ...
0
votes
0answers
10 views

(No message) in My Tasks dashboard above task

I have a problem with passing message to user when he gets task in his My Tasks list. My previous process definition uses something like this: <userTask id="preparationOfProjectCharter" ...
0
votes
1answer
9 views

Filter user in Select (bpm:assignee) control (Alfresco)

I have bpm:assignee control in my custom wokflow, and that's ok. But wright now user can pick up all alfresco users for bpm:assignee. I wan't to limit user so that when he goes to select control and ...
0
votes
1answer
19 views

Logging configuration for Activiti

We develop a spring based application also using Aciviti BPM for process management. Activiti ships with a JobAcquisitionThread handling all TimeBoundary events. This thread periodically logs DEBUG ...
0
votes
1answer
33 views

Deploy custom workflow which has service task

I have created custom workflow and successfully deployed it on Alfresco. I just copied my: myProcess.bpmn.xml, myProcess-context.xml and myProcess-model.xml file into ...
0
votes
1answer
48 views

Does activiti allow users to define domain-specific extensions like jBPM?

jBPM allows users to extend the default process constructs with domain-specific extensions as specified in their user guide here. Does anybody know if Activiti supports this?
0
votes
0answers
72 views

Cannot get property 'executionId' on null object. Grails 2.0 and Activiti plugin

I'm using Grails 2.0 and Activiti Plugin 5.8.1. Can I know what means this error ? Cannot get property 'executionId' on null object. Stacktrace follows: java.lang.NullPointerException: Cannot ...
0
votes
2answers
55 views

Error while starting the VacationRequestSampleApplication with plugin Activiti on Grails

I'm new on BPM and I tried to install Activiti on my own Grails application. I've installed the plugin and the security plugin (Spring security and Activiti-spring security), and also the Vacation ...
0
votes
1answer
49 views

Is there any workflow features in Apache Sling

Any body implemented workflow with apache Sling before? How easily to integrate third party workflow engine such as activiti with Apache Sling?
0
votes
1answer
94 views

How to fetch task id in alfresco activiti

I need to know how to fetch the task id from within a BPMN process. I tried the followings without luck: <serviceTask id="assignApplicationId" name="Assign Application Id" ...
0
votes
1answer
154 views

Calling spring bean from alfresco activiti process

Within alfresco activiti, could I call a spring bean using the servicetask like : <serviceTask id="assignApplicationId" name="Assign Application Id" ...
0
votes
1answer
35 views

How do I release task that has been claimed?

I'm using BPMN workflow to assign a task to an assignee. How do I release (backward) the process so it will be available for previous candidate before it was assigned? ...
0
votes
1answer
152 views

Activiti Workflow Invocation from Java code

I am creating an Activiti controller that can listen for messages and fork off the processes on demand. I have been trying to use the java Process p = Runtime.getRuntime().exec("java -jar ..."); as ...
0
votes
1answer
246 views

How do I get the current Activiti ProcessInstance in SpringBean?

I am trying to get a workflow working using Activiti 5.5 using a Spring managed process engine and I'm having some trouble. I have a ServiceTask in my workflow that resolves to a Spring Managed ...
0
votes
3answers
565 views

How can I access a spring bean in Activiti JavaDelegate?

I'm trying to get a simple Spring example to work with Activiti 5.5, and having some trouble. I'm using the process engine configured with activiti under ...
0
votes
0answers
63 views

Best approach to intercept task creation in Activiti for updating a parallell search index?

We are embedding Activiti in an application and have some specific requirements towards searching for tasks that go beyond the out of the box Task query capabilities of Activiti. I'm currently ...
0
votes
1answer
163 views

Activiti Modeler Missing Feature

Using the activiti-modeler how can a user task be created with a defined human performer? I realize that this is entirely possible within the eclipse GUI plugin or by coding the XML by hand, but ...
0
votes
2answers
424 views

Activiti modeler: Customized editor and service tasks with specific attributes

I use Activiti as BPMN 2.0 workflow manager. The Activiti modeler is a graphical user interface intended to use in the browser to model these processes. I want to customize the editor interface in ...
-1
votes
1answer
87 views

Custom workflow and document generation

I have situation where user needs to enter some data in alfresco, let's say on form (project name, start date, project author...). After user enters those data and some manager (project manager) ...