|
|
|
|
|
by tmerr
1687 days 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). |
|