namespace e_suite.Workflow.Core.Enums; public enum ApprovalVerdict { None, Pending, Approved, ApprovedWithComments, Rejected, Reviewed }