add PipelineInvocation#active, and try to set success=false when needed
[arvados.git] / app / models / pipeline.rb
1 class Pipeline < OrvosModel
2   include AssignUuid
3   include KindAndEtag
4   include CommonApiTemplate
5   serialize :components, Hash
6
7   api_accessible :superuser, :extend => :common do |t|
8     t.add :name
9     t.add :components
10   end
11 end