Questions tagged [bpmn]

Business Process Model & Notation

BPMN is the Business Process Model and Notation. BPMN is a graphical notation for modeling business processes and an XML model for serializing the process and diagram as XML. BPMN currently is available in revision 2.0.2. Since July 2013, it is an international standard ISO / IEC 19510.

Resources:

1108 questions
0
votes
1 answer

Activiti : Last completed task

Problem I want to get the last task completed for the process instance. I am able to get the last completed human task, but not a Service task. What i have tried I have written a SQL query, i am using MySQL, to find out what is last task that is…
Madhusudan Joshi
  • 4,438
  • 3
  • 26
  • 42
0
votes
1 answer

How to perform process interrupts in jBPM based on business data

I've been doing some research into BPM solutions and am looking to hopefully use jBPM to achieve my goal. I am aware it is possible to start a process instance with an event signal sent to the process engine, but I would like to be able to interact…
user1260569
0
votes
2 answers

Activiti - Get Process Instance Details" Java API

I am using Activiti 5.12. As provided, in its user guide, REST API to get he details of a process instance is : GET /process-instance/{processInstanceId} Its response is something like this : { "id": "2", "processDefinitionId":…
Madhusudan Joshi
  • 4,438
  • 3
  • 26
  • 42
0
votes
2 answers

Single Action Gateway

I would like to design a BPMN flow where there is only one single action the user can decide. Meaning, in an exclusive gateway there is only one path, say "Done". In business point of view, the flow will wait for a User Task. When the User…
Sujoy
  • 802
  • 11
  • 22
0
votes
1 answer

Activiti Api methods

1, get all task assigned to a user // its working. List tasks = taskService.createTaskQuery().taskAssignee(userId).list() 2, get all task assigned to groups //tasks list empty, its not working List tasks = …
Viswa
  • 3,211
  • 5
  • 34
  • 65
0
votes
1 answer

Can BPMN 2.0 replace BPEL?

I wonder if BPMN 2.0 can be used instead of BPEL. I know that it is primarly modeling standard, but BPMN 2.0 can also be executable. What is it mean and how can be used instead of BPEL? Can I use it for calling Web Services or can be the process…
thesimdak
  • 29
  • 10
0
votes
2 answers

Spot 5 Syntactic errors in this BPMN Diagram

The only Syntactic error I can find here is Complete Transaction should be closed. I also have not understood "Parallel" pathway. I am also confused as why there is a "+" symbol for every procedure. The book isn't simply great. Please kindly tell…
0
votes
1 answer

Make RESTful call in a task in jBPM

Based on the input of a user task I want to make a RESTful call. Please suggest me a possibility of achieving this in jBPM?
Aneeque
  • 99
  • 1
  • 9
0
votes
1 answer

An error to upload a ZIP file under apache ode: null model

I have a workflow made in Intalio BPMN designer and a ZIP file with the contents of build directory (deploy.xml, wsdl, bpel), the problem is why this workflow doesn't deploy in Apache ODE. The error displayed in Apache ODE is: Invocation of…
phisolani
  • 1
  • 1
0
votes
1 answer

JBPM process designer - WebServices

I am trying to add a WebService Service Task to a process in JBPM. I would like to add and configure the task directly from the process design tool. JBPM has 3 possible tools that you can use to create a process, eclipse plugins: RulesFlow editor…
Xargos
  • 633
  • 8
  • 19
0
votes
1 answer

Activiti User task candidate groups property field deletion not happening

I have created a new process diagram and it contains a user task. I have written properties for the user task, and mentioned a candidate group value. Activiti user guide Now i an trying to delete that value for the candidate groups field but i am…
Madhusudan Joshi
  • 4,438
  • 3
  • 26
  • 42
0
votes
1 answer

JBPM drools.xml.ExtensibleXmlParser.error

I started working on JBPM 5.4 and currently trying to run the examples provided by the community. While running them I always get this error. drools.xml.ExtensibleXmlParser.error - (null: 12, 54): cvc-complex-type.4: Attribute 'targetNamespace'…
Aneeque
  • 99
  • 1
  • 9
0
votes
2 answers

Translate jBPMN xml to BPMN Diagram

I have a jBPMN XML file. Is there a plugin (jQuery) which can convert this XML in to Diagram of BPMN format?
madhairsilence
  • 3,787
  • 2
  • 35
  • 76
0
votes
2 answers

onExit in jBPM 5.4 Human Task

I'm using jBPM 5.4 with MsSql. It is working fine. I have simple workflow from START ----> TASK A ----------> TASK B --------> STOP I'm trying to access such an workflow from Servlets When i execute such an workflow, i'm able to forward till the…
siva
  • 1,429
  • 3
  • 26
  • 47
0
votes
1 answer

jBPM suspend process flow because of external event

I have a process flow made in jBPM, and I've already implemented persistence in it. The next step is to make the flow stop at a given process, and wait in a queue until an answer is given to it by an external entity, so the flow can continue…
Rafael Matos
  • 516
  • 1
  • 5
  • 16