add exec
This commit is contained in:
parent
0feab329c1
commit
4309309bc9
@ -25,6 +25,10 @@ type WorkflowResource struct {
|
||||
abstractWorkflowResource
|
||||
}
|
||||
|
||||
func (r *WorkflowResource) Transform() utils.DBObject {
|
||||
return r
|
||||
}
|
||||
|
||||
func (r *WorkflowResource) StoreDraftDefault() {
|
||||
r.IsDraft = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user