Skip to content

Formatted Recipes

Formatted Recipes#

Formatted Recipes are recipes that are sent to the Host as a set of Parameter Name/Parameter Value pair, their content formatted is defined by a standard.

These recipes are human readable if displayed.

In order to support the basic behavior you need to keep the following Template Workflows on your custom implementation:

  • RecipeManagement_01_GetRecipeList
  • RecipeManagement_02_GetFormattedRecipeBody
  • RecipeValidation_01_FormattedRecipeMainFlow

If you want to keep the extended behavior of the tool (this will be refactored and requires a custom GUI which is still not included on the Semiconductor Template Package) you must keep:

  • RecipeManagement_03_SetFormattedRecipeBody
  • RecipeManagement_04_GetFormattedRecipeChecksum

At Track In time the TrackIn_01_* workflows recipe validation is set for Unformatted Recipe Validation Workflow by default, so, for Formatted Recipes, you need to define the RecipeValidation_01_FormattedRecipeMainFlow as the Recipe Validation flow.