zeebe-io / zeebe-modeler

Desktop Application for modeling Zeebe Workflows with BPMN
MIT License
220 stars 48 forks source link

Ship token simulation by default #12

Closed ThorbenLindhauer closed 4 years ago

ThorbenLindhauer commented 6 years ago

The token simulation plugin should be included by default. Zeebe targets people not yet familiar with BPMN and token simulation is great for understanding BPMN control flow constructs.

dominikhorn93 commented 5 years ago

@ThorbenLindhauer The simulation plugin has no support for a SendTask. Should I add it anyway?

ThorbenLindhauer commented 5 years ago

@dominikhrn I'd say yes. The plugin is disabled by default, so that should be fine.

By the way, thanks for your efforts of maintaining this project!

jwulf commented 5 years ago

Hey, this plugin is cool! I just added it to the Zeebe modeler and it's great.

nikku commented 4 years ago

We'll most likely not do this but rather incorporate something like the Camunda Playground (in a Zeebe Version). The idea is that it is more beneficial to run it on the real thing (Zeebe) rather than having two engines to run on.

Hope this makes sense.