bpmn.io is a BPMN 2.0 rendering toolkit and web modeler. It is powered by bpmn-js, a client-side only library that embeds BPMN 2.0 into the browser. It runs in modern browsers and requires no server backend. This allows you to easily embed it into any web applications. bpmn-js is built in a way that it can be both a viewer and web modeler.
Questions tagged [bpmn.io]
106 questions
0
votes
1 answer
update daysAvailableCounter vacation Request
anyone can help me pleeease , in leave request when I do the first one a leave request the currentbalance(daysAvailable) updated but the second one back to the daysAvailableInitial
For exemple
daysInitialValue = 60
new request( NbreDays=5 ) -->…

guesmi hela
- 109
- 1
- 1
- 13
0
votes
0 answers
Saving object as variable inside activiti
We are revamping a big enterprise application which has more business workflows. We are using activiti bpm with spring MVC. Currently we are saving the required variables for workflow inside execution individually. My idea is to create object for…

Rajeshkumar
- 815
- 12
- 35
0
votes
1 answer
Insert font awsome icon in any shape in vis js
Is it possible to insert any font awsome icon in any other shape (i.e. box, diamond, circle) in vis js? i want to add shapes like BPNM Gateways or Gateways. If above is not possible, how/where i can modify the source code to full fill the…

tejp124
- 356
- 3
- 12
0
votes
1 answer
How to add dynamic values to field injections list with custom trigger to camunda properties panel?
I have two questions here
Is it possible to add dynamic lists values to field injection list input ?
Can I create a trigger for this so this can be initiated from any other input selection say a class selection will populate all fields
I was just…

Vinod Louis
- 4,812
- 1
- 25
- 46
0
votes
0 answers
Issue custom elements with property panel not working bpmn io
need a help please....
I have used https://github.com/bpmn-io/bpmn-js-examples/tree/master/custom-elements example and it's work fine with custom elements. But when I add property panel then it starts giving an error bo.get is not a function and…

Rohit Bajaniya
- 41
- 1
- 10
0
votes
1 answer
BPMN schema basics
I'm trying to learn BPMN and display a simple process through a BPMN schema, just not sure how to display parts correctly, so far I have this:
The process is actually like this:
A new employee is Created.
The employee data is Edited and Saved.…

GTMeteor
- 807
- 3
- 9
- 17
0
votes
2 answers
fs.readFileSync() is not a function
I tried all this steps to integrate bpmn properties panel in localhost like Integration of Properties panel in localhost.
After this I got Uncaught Error: fs.readFileSync is not a function.
How to resolve this error?

Dipali
- 11
- 1
- 1
0
votes
1 answer
ATL transformation rules not matching nested BPMN2 elements
I am writing an ATL translation from BPMN2 to another model. The problem is that the code does not detect any nested element.
I have posted the atl code and my input here at: https://github.com/behnaaz/BPMN2ATL.git
You can see from the output that…

DrB
- 264
- 1
- 3
- 14
0
votes
1 answer
Camunda BPMN validation successful although model is incomplete
I designed an incomplete bpmn process in bpmn.io (see the xml below, you can load it into the modeler on bpmn.io).
In the next step I wrote a simple validation function according to this guide. The function is also below.
The Problem
My Problem is,…

Jankapunkt
- 8,128
- 4
- 30
- 59
0
votes
1 answer
How to convert a .BPMN2 file to a BPEL file?
I have generated .BPMN file using eclipse BPMN2 plugin. I want to convert this file .BPEL file. How to do that?

Nihal Gupta
- 11
- 3
0
votes
1 answer
Migration scripts exits without any message while upgrading Bonitasoft from 6.3.8 - 6.5.3
I tried to migrate bonitasoft from 6.3.8 to 6.5.3. I am on Windows Server , apache 7.0.62 , PostgresSQL. I got all the step by step yes/no prompts all the way till 6.5.3. But the documentation says after migration I should see :
When the migration…

Hexy
- 828
- 14
- 24
-1
votes
2 answers
How trigger event in input fields?
I'm trying to update the value in Input Parameter- Name , using jquery :
$("#camunda-parameterName").val('Single2');
it's working change value , but not reflect in all fields.
in the happy senario when update the using keyboard the value reflect in…

user4343
- 27
- 7
-1
votes
1 answer
How can I add autocomplete "Candidate Users, Candidate Groups" for User Task?
i'm beginner in bpmn ,i created human task , how can add autocomplete in Candidate Users, Candidate Groups fileds it's possible? autocomplete from list ,active directory, ... .

user4343
- 27
- 7
-1
votes
1 answer
No Camunda BPMN Model API Documentation regarding creating Arrows, Circle, Rectangle Shapes
I read documentation about Camunda BPMN Model API here.
But there is no documentation for drawing start event, end event, task shapes and arrows programatically using that library.

Carlos Galo Campos
- 638
- 7
- 22