Expression beans in BPMN

Hi,

I d like to ask if there is any list of beans which are accessible from expressions in BPMN modeler. I am able to get some data through ScriptExecutionListener on Task (for example execution.getActivityName() and print it out to logs) but i am not able to find correct form how to call it from expression in modeler.

Thank you for your help.
Jakub

Hi Jakub.

use debugger to “test” your expressions Process debugger expression resolver++ – crystal processes

Allowed beans are set in process engine configuration. If none all are allowed.

Regards
Martin

Hi Martin,

thank you for your answer. Please it possible use debugger in community edition? From script tasks i m able to call execution object for example: execution.getActivityName() method with no problem. But i m missing something when i try to create similar expression to use it in some fields in flowable modeler.

Thank you very much.
Jakub

Hi Jakub,

set

flowable.experimental.debugger.enabled=true

if you use flowable-ui.

Regards
Martin