The documentation describes the feature possibility of having a trigger 'timeout after retries' for serial connections.
https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Triggers.Trigger.Time.html
Is there a similar alternative for HTTP connections?
The session-timeout trigger will trigger for the initial try and with every re-try.
We're looking for a timeout trigger on HTTP connections that only triggers after the try and retries have been executed.
To my knowledge, this does not exist. When this is needed I would suggest to make a new feature request.
The only alternative you currently have is triggering on timeout, but as you mentioned this will not trigger after all the tries are done, so would need to keep track of it via code and have the retries fixed (not configurable via the element wizard. Or implement your own retry mechanism.