I’m just starting out with using Camunda and I’m a Python developer. Any resources for integrating Camunda with external Python scripts?
Which location do I need to keep those py files? and what are the steps?
Thanks
I’m just starting out with using Camunda and I’m a Python developer. Any resources for integrating Camunda with external Python scripts?
Which location do I need to keep those py files? and what are the steps?
Thanks
Hi @Kishan,
have you seen this video with Nele already: { "External Client" : { "REST": true, "Language": "*"}} (CamundaCon 2019) - YouTube ?
In this repo you can find some examples of external task clients for python: https://github.com/camunda/awesome-camunda-external-clients
Hope this helps, Ingo