Routing Workflow Issues
I created a workflow to test out routing but have not been able to get it to work. The workflow has the users add an origin and destination point and then the workflow is supposed to route between those points however it fails with a pretty vague error. That error being
[WF: Activity execution error] Failed to execute activity 511 with action gcx:wf:arcgis::RouteTask: Unable to complete operation.
Has anyone been able to get a routing workflow working? If so I would love to hear how you did this. Also any insight here is welcomed. Thanks.
0
-
In these cases, it often helps to look at the actual webrequest:
- Open the browser's developer tools (F12), and select the Network tab
- Run the workflow, and look for a request that goes to the routing service (tip: filter the request list by ‘solve’)
- Inspect the response to that request, there can be useful information about the actual error
- Compare the request with the Esri documentation, to see if something might be missing: https://developers.arcgis.com/rest/routing/
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire