Support Perl?

Hello.Is the process engine supporting the Perl language via script task

Hi @ldang264,

Perl is not supported. We only support JSR-223. More information on that: https://docs.camunda.org/manual/latest/user-guide/process-engine/scripting/

You could, however, execute Perl code with the external task pattern. You would have to write the external task client yourself, though.

Cheers,
Miklas

2 Likes

Hi @Miklas
I see and I will try. Thank you for your suggestion.