python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Inclusive gateway JOIN behavior
In the above process, what happens if:
A and B activates
OR-JOIN should now be waiting for 2 tokens
A completes
OR-JOIN now waits for B
B chooses exit 2
Does OR-JOIN now understand that it no longer...
specimen
Votes: 0
Answers: 1
In BPMN JS how to get process ID and process name
In addition to parsing XML, can I get the ID and name of the process through the API of BPMN?
At present, it is realized in the following ways.
Parse XML to get process name;Convert XML to JSON to get...
chengyangwang
Votes: 0
Answers: 1
How to parse a BPMN file with Java?
I don't have much experience with Java nor with BPMN but m****y goal is to create a code that parse a .bpmn file deducing some information from it.
I don't need to execute the processes, I just need t...
Federico
Votes: 0
Answers: 2
Interrupt and resume
I'm new to modelling and have an issue for my assignment.
I want to model the basic process in a hospital. The case is actually something else, so please don't think too much into it. A level 1 model ...
Laboon161
Votes: 0
Answers: 0