Class ProcessEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.process.ProcessEntity
All Implemented Interfaces:
Serializable

@Entity public class ProcessEntity extends BaseEntity
工单流程
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
    • description

      private String description
    • schema

      private String schema
      Form structure definition stored as JSON format Contains the complete form schema generated by frontend low-code editor
    • type

      private String type
      Process type (TICKET_INTERNAL, TICKET_EXTERNAL)
    • status

      private String status
      Current status of the process (DRAFT, PUBLISHED, DISABLED)
    • deploymentId

      private String deploymentId
  • Constructor Details

    • ProcessEntity

      public ProcessEntity()
  • Method Details

    • isDeployed

      public boolean isDeployed()