Run your automation to see it appear here in real time.
from friedegg import monitor
monitor.start("My workflow")
monitor.step("Step one", description="What this step does")
monitor.step("Step two")
monitor.done()
Someday there will be a tagline here.
Run your automation to see it appear here in real time.
from friedegg import monitor
monitor.start("My workflow")
monitor.step("Step one", description="What this step does")
monitor.step("Step two")
monitor.done()