jahvon / flow

Interactive CLI automation that flows with you.
http://flowexec.io/
Apache License 2.0
55 stars 3 forks source link

Background executions #104

Open jahvon opened 5 months ago

jahvon commented 5 months ago

Enhancement Summary

Having the ability to execute workflows in the background (either triggered by an exec flag or scheduled as a cron task of sorts) can be helpful for many advanced use cases. This will require having a background process on the local machine that can handle this

Additional context