Hi There,
I am writing as Alteryx client in Python for for some legacy work flow prepared by third party for me.
Everything looks fine until, I am to fetch current job status until the job complete, terminated, failure, disable or not running
I need to report what is current status.
I could not find any document to where all possible values for status are mentioned.
Note, I am calling: /v1/workflow/{appid}/jobs and /v1/job/{jobID} Rest APIs