Skip to content

Unformatted Recipes

Unformatted Recipes#

Unformatted Recipes are recipes that are sent to the Host as a blob of data, that contains a certain amount of information and that has its own encoding.

These recipes might or might not be human readable.

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

  • RecipeManagement_01_GetRecipeList
  • RecipeManagement_02_GetRecipeBody
  • RecipeValidation_01_UnformattedRecipeMainFlow

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_SetRecipeBody
  • RecipeManagement_04_GetRecipeChecksum

At Track In time the TrackIn_01_* workflows recipe validation on the Template Controller have the Recipe Validation workflow defined for Unformatted Recipes (RecipeValidation_01_UnformattedRecipeMainFlow) by default, so, for Unformatted Recipes, you don't need to modify it.