Skip to content
#

bpmn

Here are 414 public repositories matching this topic...

Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.

  • Updated Oct 6, 2021
  • Java
ipassynk
ipassynk commented Sep 23, 2021

Describe the Bug

Hi, I am trying to bring on a canvas EventBasedGateway and IntermediateCatchEvent connected and this specific combination always fails with exception in DeleteConnectionHandler.execute. If i change EventBasedGateway to just a Task - it works.

Steps to Reproduce

execute https://codesandbox.io/s/bpmn-js-sandbox-forked-l7shl?file=%2Fsrc%2Findex.js:627-649

philippfromme
philippfromme commented Apr 26, 2016

When I implemented an example project for bpmn-js that uses an additional module I was wondering about the array sytax which you are required to use in order to make it work. As a developer who doesn't know about the internal workings of bpmn-js it might be overwhelming having to use the array syntax for something as simple as providing a different translation function for i18n. At least this is w

onlyteo
onlyteo commented Sep 23, 2021

Describe the Bug

When extracting the Linux tarball distribution it has very relaxed file permissions.

There is Read, Write and Execution permission for all files and folder.

Steps to Reproduce

Doing a listing of files and folders in the shell will show that the file permissions are very relaxed.

  1. Navigate to the place where you want to extract the Linux tarball: `cd /opt/c

Improve this page

Add a description, image, and links to the bpmn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bpmn topic, visit your repo's landing page and select "manage topics."

Learn more