Fuzzfiles From Existing Templates
The Workflow Catalog is prepopulated with a set of official CIQ templates based on common applications and workflows. If you use a shared account, you may also see templates created by other users within your account.

Once you identify an interesting template, you can either select “View details” to see more information, or “Run” to launch the workflow directly from the main page. If you select “View details” you can see the template along with the user-supplied inputs.

In the “Hello World” example above, we can see the actual template that is used to construct the
Fuzzfile on the right. Inputs are surrounded by double curly braces and preceded by a dot (e.g.
{{.docker_uri}}). These inputs are listed with short explanations on the left side of the screen.
From here, you can scroll to the bottom of the page and choose either “Open in workflow editor” or “Run Application”. Either way, a dialog box opens allowing you to provide new values for the inputs or accept the defaults.
If you selected “Run Application” you can then make any desired changes to the input values and select “Validate”. This will create a Fuzzfile behind the scenes based in the input you selected and validate it for accuracy. Then you can press continue to run the workflow based on the Fuzzfile.

If you selected “Open in workflow editor”, the steps will be the same through clicking the “Validate” button. Pressing “Continue” however will load the Fuzzfile into the Workflow Editor.

From there, you can inspect and further refine the resulting Fuzzfile, and launch a workflow based on the Fuzzfile when you are ready. See the Workflow Editor section for more details.