Search code examples
groovycamundacamunda-modeler

Camunda printing on console through inline script


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


Solution

  • 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.