This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Job schedulering

I have a workflow that analysis data and after the process is done I would like to schedule a new workflow that should run one week from that the process is done. Any suggestion of how to do this?

Should I maybe use a core.st2.DateTimer to schedule something that should run a month or a year in the future? Or is wiser to use a CroneTimer that trigger a workflow that runs every week and iterates through all folders instead of having a DateTime linked to each folder.