Class: Sipity::WorkflowResponsibility

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/sipity/workflow_responsibility.rb

Overview

In what capacity can an agent act upon all entities for the given Workflow

This is an analogue to the Sipity::EntitySpecificResponsibility, but the responsibility only applies to all entities for the given Workflow

Examples:

An Advisor for a given Student would have an
EntitySpecificResponsibility to review an ETD submitted by the
given Student.
The Graduate School Reviewer would have a WorkflowResponsibility
to review all ETDs submitted.

See Also: