5 ms·
I do something similar but take it a step further and statefully track the progress of the workflow. The code generates a file that is like a TODO list, and a s
by tmerr 5y ago
I do something similar but take it a step further and statefully track the progress of the workflow. The code generates a file that is like a TODO list, and a separate command runs a single step before marking it complete. Great for longer running workflows (days).