Jake Place
11/03/2021, 4:21 PMStartFlowRun
storage information? Or a better way to store flows that need to operate in multiple environments?Kevin Kho
Jake Place
11/03/2021, 4:22 PMJake Place
11/03/2021, 4:29 PMworker1
I’ll have to register dev-site1-worker1
, dev-site2-worker1
, qa-site1-worker1
and so on. I store these in Gitlab under branches (dev, qa, etc as explained above).
What I would like to do is have my folder workers
, which would exist in each branch, and then have 1 scheduled worker that calls StartFlowRun
and specifies “I am an agent with the prod
label, so I will look for flow worker1
under the prod
branch.” This way I minimize the number of flows that I have to dig through when I’m manually running something.
So the question is; is it possible to tell StartFlowRun
to pull a flow from a specific location, or is there a more obvious way to store flows for multi-environment use that I’m missingKevin Kho
Kevin Kho
Jake Place
11/03/2021, 5:50 PMKevin Kho
Jake Place
11/03/2021, 5:58 PMKevin Kho