Not being able to auto queue workflows and tasks #11611
RickGeersing
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
Looks like it's going to be supported with PR #12863 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement a nightly queue that triggers a workflow each night. Problem that I am facing is that I need to programmatically queue the job for each time. I am searching for a option that automatically triggers the workflow each night without having to run
payload.jobs.queue
each time.Current solution is having the
onInit
callback queuing the workflow each time when it's not queued yet. Then have the workflow add itself to the queue once it's finished. But it would be nicer to have anautoRun: true
option onWorkflowConfig
's andTaskConfig
'sBeta Was this translation helpful? Give feedback.
All reactions