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
-1
votes
4 answers

Whitebox pool vs. blackbox pool in BPMN

Blackbox pools are used to model an external participant, while whitebox pools are used in modeling entities whose process we are interested in. When should I choose which one or can we just pick and choose any?
user3263215
  • 63
  • 1
  • 8
-1
votes
1 answer

JBPM using exclusive gateway with data modeler variables conditions

Environment: JBPM 6 want to achieve: Reusable Sub Process facing challenges in : a. Passing variables values, from parent subprocess to child subprocess and vice versa b. Sequence flow condition, using only one object variable for condition check I…
asp
  • 1
  • 1
-1
votes
1 answer

how to start activiti on click of command button in jsf

I am new to activiti . I have a web application where vacation request will be submitted by a employee to his manager. So a form with name and manger and vacation start date and end date will be specified. I have designed the form in jsf . on click…
EnthuDev
  • 170
  • 2
  • 3
  • 15
-1
votes
1 answer

Activiti JSF Spring

i'm beginner! when run xhtml page ----> Error: XML Parsing Error: no element found Line Number 1, Column 1 !!!! i used tomcat server Spring-Activiti.xml:
user2038046
  • 69
  • 3
  • 12
-1
votes
2 answers

Can somebody recommend any task + workflow management engine?

Does somebody know any good open source (ideally free) task + workflow management engine (library, framework)? Maybe something like activity.org. Preferably with: organization structure (hierarchy) management, collaboration work, document workflows.…
static
  • 8,126
  • 15
  • 63
  • 89
-2
votes
2 answers

ERROR API PROCESSMAKER VERSION 4.1.0 AND VERSION 4.1.18

API PROCESSMAKER version 4.1.0 AND 4.1.18 I have a problem with the APIs, either doing the try out from swagger or consuming the API from other code, the error that comes out is unauthenticated, I already tried passing the token of the admin user in…
-2
votes
1 answer

How to create a draw.io shapes in mxGraph?

I've to create the following draw.io BPM shapes in mxGrpah using JavaScript.
Bala
  • 618
  • 5
  • 21
-2
votes
1 answer

Clarification on Bonita BPMN

Where does Bonita store its information? For example in Activiti bpmn, we have default system tables. Do we have something similar in Bonita? Also, is there a plugin in Eclipse for configuring Bonita BPMN? I tried creating a diagram using Bonita…
-2
votes
1 answer

Getting error while calling JBPM Process from KIE workbech in Localhost.. But Rules calling and Firing working fine

This core works if i try to call the Rules alone from KIE Workbench.... ITs firing the rules everything is working with-out Process. When i try to call the JBPM Process with newKieSession.StartProcess("***Process Name");* Im getting this error.…
JustCode
  • 41
  • 1
  • 12
-2
votes
1 answer

Calling a web service through the acitviti Api?

I am trying to call an web service from a human task list. In Activiti API is it possible to call a web service task? Is this implemented? In a scenario of claims approval if the second step to an approval is invoking a web service, is this…
Shiva Bala
  • 45
  • 6
-3
votes
1 answer

What is the use of Activiti BPMN 2.0 in small service business?

These days Rest API using Spring Boot can be easily developed along with frontends in Vue or React or Angular to define business workflows in a small service business for example a company that sells life insurance. In this business there are…
ace
  • 11,526
  • 39
  • 113
  • 193
-3
votes
1 answer

Configure a service task as an external task in Camunda

How to configure a service task as an external task in Camunda BPM?
-3
votes
1 answer

Deploy a .bpmn file via REST

i want to deploy a BPMN-file with the REST-API of Activiti. But i always get a Bad Request (400) error... Has anybody an idea what i'm doing wrong??? I use restlet to upload my code. My code is below. Thank your very much :) import…
Jaksur
  • 1
  • 1
1 2 3
73
74