INPUT_OBJECT

ProcessSpecificationCreateParams

link GraphQL Schema definition

  • input ProcessSpecificationCreateParams {
  • # An informal or formal textual identifier for the process. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • }