valb3r / flowable-bpmn-intellij-plugin

Flowable, Activiti, Camunda BPMN engines process editor plugin for IntelliJ. Pure Kotlin (and some Java)
https://plugins.jetbrains.com/plugin/14318-flowable-bpmn-visualizer
MIT License
156 stars 31 forks source link

Support of skipExpressions #375

Closed thomasulllrich closed 10 months ago

thomasulllrich commented 10 months ago

Hi!

Are you already supporting skipExpressions? Haven't seen anything about it in the plugin.

BR, Thomas

valb3r commented 10 months ago

@thomasulllrich Hi, yes:

Screenshot 2023-10-09 at 19 10 47
thomasulllrich commented 10 months ago

Is it for all kinds of plugins available or only for specific ones?

valb3r commented 10 months ago

@thomasulllrich All (flowable,activiti,camunda), but the expression itself is supported only on: Flowable: ServiceTask, UserTask Activiti: UserTask Camunda: ServiceTask, UserTask

If you know other elements should support it, please write it here (as well as which BPMN engine it is), I'll add support

thomasulllrich commented 10 months ago

I was using the Activiti Plugin. I switched to the Flowable Plugin. Now it is working. Thx!

valb3r commented 10 months ago

@thomasulllrich Please note you should use Flowable plugin if you use Flowable BPMN engine, if you use Activiti BPMN - it might be necessary for me to add skipExpressions to some element (I might missed that), as for Activiti plugin only UserTask supports it