basically each job is roughly 15 secs but maybe 10 secs are just waiting to get back something from an API and i get charged for those 10 secs anyway which really increase my cost
i guess i need to create python code previously that return urls = wmill.get_flow_user_state("urls")
I was hoping that we could call the flow_user_state directly in the iterator like with flow_input
while len(items_left) > 0:
for item in item_left:
update list of item left
return updated_item_left as flow user state
thanks I think I got it, I ll try that
Thanks for your time
I run a python script (script A) that get all urls from a webpage.
the result of this script is a list of urls that need to run script A again until a certain limit or depth is triggered
Hey @rubenf I am testing via the API but It seems that I am able to trigger my flow without the bearer token.
I am doing something wrong? I want my flows to be secure