package oclib
// Resources' key must be the Resource' Uuid, to garanty the set-like structure
type WorkflowSet struct{
Resources map[string]Resource
}