|
|
|
|
@ -18,7 +18,7 @@ public class WorkflowEntity {
|
|
|
|
|
|
|
|
|
|
@Id
|
|
|
|
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
|
|
|
|
@Schema(description = "워크플로우 ID22", example = "null", defaultValue = "null")
|
|
|
|
|
@Schema(description = "워크플로우 ID", example = "null", defaultValue = "null")
|
|
|
|
|
@Comment("ID")
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
@ -55,5 +55,6 @@ public class WorkflowEntity {
|
|
|
|
|
private String kubeflowStatus;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "프로젝트 아이디", example = "1", defaultValue = "0")
|
|
|
|
|
@Column(nullable = false)
|
|
|
|
|
private Long projectId;
|
|
|
|
|
}
|
|
|
|
|
|