Skip to content
#

bpmn

Here are 297 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 Nov 4, 2020
  • Java
Zelldon
Zelldon commented Nov 5, 2020

Is your feature request related to a problem? Please describe.

Currently in the java client we need to write:

  client.newCompleteCommand(job.getKey()).send();

For me it is annoying to always write .getKey(). It should be clear that I want to complete that job the client can handle that also internally.

Describe the solution you'd like

I suggest that we overl

barmac
barmac commented Apr 30, 2020

Is your feature request related to a problem? Please describe.

I like it that I don't have to specify details again and again in Camunda Modeler. I would like to have it in Zeebe Modeler too. Currently, the feature is missing 🐵 .

Describe the solution you'd like

Use last endpoint as the default.

Describe alternatives you've considered

None.

Additional context

W

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

You can’t perform that action at this time.