mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-19 17:37:59 +00:00
details improvement and unnecessary files deletion
This commit is contained in:
@@ -15,11 +15,17 @@ const (
|
||||
WorkflowNodeTypeCondition = "condition"
|
||||
)
|
||||
|
||||
const (
|
||||
WorkflowTypeAuto = "auto"
|
||||
WorkflowTypeManual = "manual"
|
||||
)
|
||||
|
||||
type Workflow struct {
|
||||
Meta
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Type string `json:"type"`
|
||||
Crontab string `json:"crontab"`
|
||||
Content *WorkflowNode `json:"content"`
|
||||
Draft *WorkflowNode `json:"draft"`
|
||||
Enabled bool `json:"enabled"`
|
||||
|
Reference in New Issue
Block a user