Hello!
I need to build an ultra pipeline including an API call to an endpoint which requires token-based auth. The Token is created by another call and expires after 1 hour.
Is there a way to store a current token in the pipeline to not re-create the token for every single document processed by the pipeline and just call the token endpoint again if needed (because the token expired)?