using e_suite.Workflow.Core.Attributes; using e_suite.Workflow.Core.Interfaces; namespace e_suite.Workflow.Core.Tasks; [ApprovalTask] public class ApprovalStep : TaskBase, IAssignees { public List Assignees { get; set; } = []; }