simplify call to peer
This commit is contained in:
parent
7c44365f52
commit
d0e1474f8f
@ -15,7 +15,7 @@ import (
|
||||
type AbstractWorkflow struct {
|
||||
resources.ResourceSet
|
||||
Graph *graph.Graph `bson:"graph,omitempty" json:"graph,omitempty"`
|
||||
ScheduleActive bool `json:"schedule_active,omitempty" bson:"schedule_active,omitempty"`
|
||||
ScheduleActive bool `json:"schedule_active" bson:"schedule_active"`
|
||||
Schedule *WorkflowSchedule `bson:"schedule,omitempty" json:"schedule,omitempty"`
|
||||
Shared []string `json:"shared,omitempty" bson:"shared,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user