Lucas Hicks
Determining if job is suspended with API
Hi, is there a way to determine if a job is in the suspended state using the Windmill API? I've looked at the frontend code and it seems to use
JobService
for this, but that is hidden. Is there also a way to determine what the resume/cancel URLs are for a suspended run?14 replies
port used for resume URLs
Hi, I've written a approval script for my flows, when generating resume urls with
wmill.get_resume_urls()
, it keeps generating urls for port 8080
even though my windmill server is sitting on the default port 80
. Therefore, whenever I try to use the generated resume urls, it fails and I am forced to manually switch the url to use port 80.
For dev, I've just got the windmill server up and running using docker compose up
. Is there any other config I need to do to get resume URLs working?3 replies