Are Multipaths not Post Processed?

Hi,

I have a need in my pathing to now evaluate multiple paths. A lot of the time, one of these paths will not have a valid route. When running a MultiPath query, I am seeing a few oddities:

  • My path parameter in the callback has error == true, even though one of the paths is valid
  • It doesn’t seem to be applying the post processors. If I try do this manually, it breaks the path. I imagine this is because the Path has an error?

Any help would be greatly appreciated.

Thanks,

Would you mind posting the code you are using?

This was 100% my bad. Writing code at 2am does no one any good :stuck_out_tongue: After debugging the paths that were returned, I managed to find where the issue was occuring.

Sorry for the false alarm!

1 Like