simplify call to peer
This commit is contained in:
		@@ -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"`
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user