Hello, I'm trying out prefect and wondering if i c...
# best-practices
j
Hello, I'm trying out prefect and wondering if i can use an agent to invoke a .net process which already exists?
k
How would you do it in normal Python? You mean run a Flow that starts a .net process right? You should use the
ShellTask
and make a flow?