simplify call to peer

This commit is contained in:
mr 2024-08-26 10:59:16 +02:00
parent 7c44365f52
commit d0e1474f8f

View File

@ -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"`
}