Class WorkflowEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.workflow.WorkflowEntity
All Implemented Interfaces:
Serializable

@Entity public class WorkflowEntity extends BaseEntity
工作流
See Also:
  • Field Details

    • nickname

      private String nickname
    • avatar

      private String avatar
    • description

      private String description
    • schema

      private String schema
    • type

      private String type
    • status

      private String status
    • currentNodeId

      private String currentNodeId
    • categoryUid

      private String categoryUid
  • Constructor Details

    • WorkflowEntity

      public WorkflowEntity()