Describe the bug
Per @djjuhasz:
We are currently running "GetAIPPathActivity" as a Temporal "local activity", which I don't think is appropriate for an activity that's doing network connections and could run for longer than a few seconds, so I think we should change this to a "regular" Temporal activity.