OBJECT

DocumentWorkflowState

link GraphQL Schema definition

  • type DocumentWorkflowState implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • id: ID!
  • documentRowId: UUID!
  • documentType: DocumentType!
  • workflowStepRowId: UUID
  • workflowStepName: String
  • workflowRowId: UUID
  • workflowName: String
  • documentState: DocumentState
  • signaCompanyRowId: UUID
  • signaCompanyName: TrimmedText
  • # Reads a single `Document` that is related to this `DocumentWorkflowState`.
  • documentByDocumentRowId: Document!
  • }