Hi all, I'm Robin, an operations manager in the se...
# introductions
r
Hi all, I'm Robin, an operations manager in the seafood logistics business. I was actually looking for a business process engine framework, but Prefect looks so easy to work with. So I'm approaching Prefect from a business process viewpoint. I hope I'm able to: • use Prefect as a workflow engine where I can retrieve by API what the next task in the flow is • integrate conditional business logic to define what the next task in the flow should be • step by step automate each task (which is more likely Prefect's use case) So, I'm trying to build the backend to make our business futureproof, even though now Prefect does not match the current use case of business processes flows that well. It's used for data flows right? But everything is data nowadays šŸ˜‰. Curious to hear your ideas about this! I'll do some more experiments.
šŸ‘‹ 4
a
Welcome! For the conditional logic, you could look into the
case
,
switch
, and
ifelse
tasks: https://docs.prefect.io/api/latest/tasks/control_flow.html
upvote 2
n
Hi @Robin Papa - welcome to Prefect! It sounds like Prefect will likely work for your use case but let us know over in #CL09KU1K7 if you run into trouble šŸ™‚
r
Thanks so much Amanda and Nicholas!
d
Welcome Robin!