Backend/e-suite.Workflow.Core/Tasks/BasicTask.cs
2026-01-20 21:50:10 +00:00

10 lines
190 B
C#

namespace e_suite.Workflow.Core;
/// <summary>
/// A user has to open this task, manually set it to ready to complete
/// </summary>
[GeneralTask]
public class BasicTask : TaskBase
{
}