test
This commit is contained in:
@@ -55,6 +55,10 @@ type Workflow struct {
|
||||
Args map[string][]string `json:"args" bson:"args"`
|
||||
Exposes map[string][]models.Expose `bson:"exposes" json:"exposes"` // Expose is the execution
|
||||
SelectedEmbeddedStorages map[string]*resources.EmbeddedStorageSelection `json:"selected_embedded_storages,omitempty" bson:"selected_embedded_storages,omitempty"`
|
||||
|
||||
// StaleMap maps resource ID → stale bool. Populated at GET time from the
|
||||
// verify campaign results stored in oc-workflow's stale cache. Not persisted.
|
||||
StaleMap map[string]bool `json:"stale_map,omitempty" bson:"-"`
|
||||
}
|
||||
|
||||
func (d *Workflow) GetAccessor(request *tools.APIRequest) utils.Accessor {
|
||||
|
||||
Reference in New Issue
Block a user