I have a flow that looks like this list file -> get file -> invokehttp (gets oauth token) -> invokehttp (post file with token)
This works fine, but my token is good for a certain amount of time (maybe 1 hour), is there a setting where 1 processor runs every 30 minutes (to get the token) but when a get file triggers it, it will pass the token that i already have without invoking every time? Thanks!
