INPUT_OBJECT
ProcessUpdateParams
link GraphQL Schema definition
- input ProcessUpdateParams {
 - #   (`ProcessSpecification`) The definition or specification for a process.
 - : ID
 - #   References one or more concepts in a common taxonomy or other classification 
 - #   scheme for purposes of categorization or grouping.
 - : [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.
 - : Boolean
 - #   The planned beginning of the process.
 - : DateTime
 - #   The planned end of the process.
 - : DateTime
 - : ID!
 - #   Grouping around something to create a boundary or context, used for documenting, 
 - #   accounting, planning.
 - : [ID!]
 - #   An informal or formal textual identifier for a process. Does not imply 
 - #   uniqueness.
 - : String
 - #   A textual description or comment.
 - : String
 - #   (`Plan`) The process with its inputs and outputs is part of the plan.
 - : ID
 - }