namespace Yavsc.Interfaces.Workflow { /// /// Status, /// should be associated to any /// client user query to a provider user or /// other external entity. /// public enum QueryStatus: int { Inserted, OwnerValidated, Visited, Rejected, Accepted, InProgress, Failed, Success } }