INPUT_OBJECT

ProcessCreateParams

link GraphQL Schema definition

  • input ProcessCreateParams {
  • # (`ProcessSpecification`) The definition or specification for a process.
  • basedOn: ID
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • classifiedAs: [URI!]
  • # The process is complete or not. This is irrespective of if the original goal
  • # has been met, and indicates that no more will be done.
  • finished: Boolean
  • # The planned beginning of the process.
  • hasBeginning: DateTime
  • # The planned end of the process.
  • hasEnd: DateTime
  • # Grouping around something to create a boundary or context, used for documenting,
  • # accounting, planning.
  • inScopeOf: [ID!]
  • # An informal or formal textual identifier for a process. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • # (`Plan`) The process with its inputs and outputs is part of the plan.
  • plannedWithin: ID
  • # Tags/Categories in a taxonomy, linked to resourceClassifiedAs:
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • tags: [ID!]
  • }