OBJECT

RecipeProcess

Specifies a process in a recipe for use in planning from recipe.

link GraphQL Schema definition

  • type RecipeProcess {
  • # The planned calendar duration of the process as defined for the recipe batch.
  • hasDuration: Duration
  • id: ID!
  • # An informal or formal textual identifier for a recipe process. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • # References a concept in a common taxonomy or other classification scheme for
  • # purposes of categorization.
  • processClassifiedAs: [URI!]
  • # The standard specification or definition of a process.
  • processConformsTo: ProcessSpecification
  • }