This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello-
We have a daily refresh of a couple hundred workflows on server, most of which are dependent upon other workflows having completed first. Every 5 minutes we run our "orchestrator" that evaluates which workflows haven't been run (or queue'd) yet AND which have their starting conditions met; it then kicks off those jobs via the Run Command tool.
Is there a way to indicate priority for workflows run this way, perhaps with a command argument? There are certain jobs I'd like to put at the front of the queue when they're ready.
If not, I think as a workaround I can schedule them via Gallery (per the link below); my preference, though, would be to incorporate this prioritization in to the existing framework we have.
Thanks!
Solved! Go to Solution.
Have you tried calling the workflows using the API? I have seen the setting for priority available.
Thanks, that's what I ended up doing.