Hello,
I'm using a custom requests.Session that has authentication pre-applied. When using external task Get or GetList, the default is for request_error_details to be True, which uses requests.get and not the session. For me, this caused a 401 error, since it did not send the authentication from the session.
https://github.com/pklauke/pycamunda/blob/master/pycamunda/externaltask.py#L120
https://github.com/pklauke/pycamunda/blob/master/pycamunda/externaltask.py#L269
Thanks, love the lib!