zeebe-play
zeebe-play copied to clipboard
Play and explore BPMN processes on Zeebe
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
Bumps `camunda-connector-bundle.version` from 0.21.3 to 8.5.2. Updates `io.camunda.connector:spring-boot-starter-camunda-connectors` from 0.21.3 to 8.5.2 Updates `io.camunda.connector:connector-runtime-bundle` from 0.21.3 to 8.5.2 Dependabot will resolve any conflicts with this PR as long as you...
**Is your feature request related to a problem? Please describe.** Processes list show empty results although there are processes. It turns out that the timeout value is hardcoded to 5000...
**Describe the bug** Long variables are not wrapped in the incident screen, causing them to spill out of the screen **To Reproduce** Steps to reproduce the behavior: 1. Begin a...
**Describe the bug** Rewinding to a task after a called process doesn't place the token at the desired task. Instead, the token goes to the called process. **To Reproduce** Steps...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Run 'Order Fulfillment' process in Zeebe Play 2. Fail...
**Is your feature request related to a problem? Please describe.** When I look at a process instance, the view can contain many data. For example, all variables of the process...
**Is your feature request related to a problem? Please describe.** When I develop a process, I modify and test the process. I repeat this loop multiple times until it works...
**Is your feature request related to a problem? Please describe.** I have a large process and want to test a part at the end of the process. To test the...
**Is your feature request related to a problem? Please describe.** As a user, I want to create test cases for my processes to verify that the processes behave as expected....