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:

  • OnMESRequestRecipeList
  • OnMESRequestFormattedRecipeBody
  • ValidateUploadFormattedRecipeToTool

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:

  • OnMESUploadFormattedRecipeToTool
  • OnMESRequestFormattedRecipeChecksum

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 ValidateUploadFormattedRecipeToTool as the Recipe Validation flow.