Camunda printing on console through inline script

2.6k views Asked by At

I installed camunda bpm engine and I am trying to make a simple test to understand how inline scripts work. I have the following process

my simple process

However, the console from which I am running the camunda bpm platform shows nothing. Does anyone know how to make this work?

Thanks in advance

1

There are 1 answers

0
Jan Galinski On BEST ANSWER

Add scriptFormat="groovy" to let camunda know how to handle the script. You can do this by typing groovy in the modeler form field.

See script task documentation.