This is a really important message about something. It could be about anything we deem important enough to tell everyone. It might have links to places, but shouldn't have any images or non-text content. Messages shouldn't be longer than two lines on normal sized layouts.
Genesys Cloud Developer CenterGenesys Cloud Developer Center
Browser storage is disabled

Your theme selection will not be remembered when you refresh the page. Please enable browser storage in the Account Switcher above to allow this setting to be remembered.

Removed from toolbox

Lesson 3 - The Archy Preprocessor

When developing flows with Archy, the Archy preprocessor is a very helpful tool to help diagnose problems with flow development. What the preprocessor does is take a flow YAML file, embed all externally referenced YAML objects, perform key / value substitutions and write out the results of this preprocessing effort. We will talk more about externally referenced objects and substitutions more in subsequent lessons but when Archy is creating flows from flow YAML, the first step it performs is to run the preprocessor to get resulting YAML that is handed to the actual processor.

The output of the preprocessor will be a JSON file that is in the same directory as the YAML file it was asked to preprocess.

Example command line:

Copied
> archy preprocess --file ./myFlow.yaml

Tutorial Main | Previous Lesson | Next Lesson


Archy - Ver. 2.33.1, generated on January 3, 2025