add Selected in Workflow Exec

This commit is contained in:
mr
2026-01-14 13:57:49 +01:00
parent 0e378dc19c
commit fa5b754333
2 changed files with 6 additions and 5 deletions

View File

@@ -42,11 +42,6 @@ type Workflow struct {
ScheduleActive bool `json:"schedule_active" bson:"schedule_active"` // ScheduleActive is a flag that indicates if the schedule is active, if not the workflow is not scheduled and no execution or booking will be set
// Schedule *WorkflowSchedule `bson:"schedule,omitempty" json:"schedule,omitempty"` // Schedule is the schedule of the workflow
Shared []string `json:"shared,omitempty" bson:"shared,omitempty"` // Shared is the ID of the shared workflow // AbstractWorkflow contains the basic fields of a workflow
SelectedInstances ConfigItem `json:"selected_instances"`
SelectedPartnerships ConfigItem `json:"selected_partnerships"`
SelectedBuyings ConfigItem `json:"selected_buyings"`
SelectedStrategies ConfigItem `json:"selected_strategies"`
}
func (d *Workflow) GetAccessor(request *tools.APIRequest) utils.Accessor {