Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Export functionality

    Posted 2 days ago

    Dear Dev Community ,

    1) Can Archy help to export ALL inbound flows instead of one by one . Is there a single command for that ?

    -- I am working on a usecase that requires me to check for all architect flows that has a 'transferToNumber' node and doing an external transfer to a number . 

    I was thinking of exporting all flows via Archy and then doing either a search or grep command in the downloaded folder . A limitation i see is that it expects filename (i.e.) cannot download ALL files and needs filename one by one. Is this correct or there is a download-all command that i dont know of . 

    My  other option will be to download it via cx as a code .

    2) Also , if cx-as-a-code can also work with architect flows - create , move etc. Then what is the benefit of Archy over cx as a code with-respect-to architect flows ?

    Regards,

    Garima .


    #Archy
    #CXasCode

    ------------------------------
    Regards
    Garima.
    ------------------------------


  • 2.  RE: Export functionality

    Posted 2 days ago

    Hi Garima

    I found the following, not sure if this might assist with your use case: https://github.com/genesysedge/Guides/blob/main/Archy.md

    Regards



    ------------------------------
    Stephan Taljaard
    EMBEDIT s.r.o
    ------------------------------



  • 3.  RE: Export functionality

    Posted 2 days ago

    Hi Garima

    The usual approach is to first retrieve the list of flows and then script the export process.

    A common workflow is:

    • Use Archy to list all Architect flows
    • Loop through the results
    • Export each flow automatically
    • Run grep/search against the exported JSON/YAML files

    I hope this helps :D 

    Best Regards
    Arthur 



    ------------------------------
    Arthur Gomes
    ------------------------------