Best practices to Promote architect flow across different Genesys cloud Org

Hi,

We have two different Genesys cloud org for production and non-production environments.
I'm trying to set up a CI/CD pipeline, especially for architect code promotion across these environments. The idea is to develop the flow using Genesys Cloud architect UI and then export that as a YAML file and promote it through Archy. But every time I want to make a change, I have to do a 'find and replace' for all dependencies like data actions, queue, schedule, etc. Even if I use options file substitutions in Archy, I still have to do a 'find and replace' to replace the substitution variable name.

What is the best practice to do in such scenarios? Is there any better way of doing it?

Thanks in advance

I've been doing this without any need to do find and replace..
Keep all names for objects the same across the 2 orgs.

I have archy with full validation turned on.
If the spelling is an exact match there is no problem ..

HINT (if you copy your objects from your non prod org to your prod org using one of the SDK's the consistency is better)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.