namespace e_suite.Workflow.Core; /// /// Create a table of field data for output to PDF or AdobeIllustrator /// [GeneralTask] public class ContentCollationTask : TaskBase, IAssignees { public IList Assignees { get; } = []; }