Leon Kozlowski
07/26/2021, 4:37 PMKevin Kho
Leon Kozlowski
07/26/2021, 4:44 PMLeon Kozlowski
07/26/2021, 4:46 PMKevin Kho
dev
, the prod
label is overwritten and you only have one copy of the Flow with the dev
label.
This is a lot easier on two tenants as you would switch between the tenants but on 1 tenant, you would register the flow under a dev
project and a prod
project, which would give you two copies of the Flow. These two copies would then have the respective labels. When you want to bring the dev
into prod
, it would be a re-registration
in the prod project.
It may help the workflow if you use the CLI (and maybe a Makefile) to register to the prod
project when you want to.Leon Kozlowski
07/26/2021, 4:59 PMKevin Kho
Leon Kozlowski
07/26/2021, 5:06 PM