Can we use Python Scripts in Camunda 8. If yes, how?

Can we use Python Scripts in Camunda 8. If yes, how ?

Hi @Biswakesh_Naik,

The Camunda community has developed Python client libraries, which you can use to implement external task workers. I especially like pyzeebe:

Note, these workers are external. They fetch work from the Camuda 8, but they are not executed within the engine.