Want to check if what I read about orion is accura...
# prefect-community
j
Want to check if what I read about orion is accurate... Right now my team runs a bunch of tasks via cron jobs. Would it be possible to start with 2.0 by only using the scheduler aspect? It'd be cool to have a UI for what has run. edit: I don't have experience with 1.0 or 2.0
j
Hey Jared, yes! Any
@flow
decorated function you call will show up in the UI, so if you use cron to kick off a script that calls such a function, you’ll be able to use the UI to explore it. And then the more you add (maybe you decide to add some
@task
decorators next, for example) the more detail you’ll see.
upvote 5
j
Sounds great. I'll see if I can get a POC going for my boss.
j
👌
Let us know however we can help!