Hi, how to run a flow in a specific conda environment (using Process infrastructure). I see two options:
- run a specific worker agent in a conda environment, and link the flow to that agent.
- use the “command” option of the Process infrastructure to point to the specific python binary of that environment.
What is the best practice ? Is there any other option ?