Backend/e-suite.Workflow.Core/Interfaces
2026-03-16 14:23:36 +00:00
..
CompletionRule.cs Added a completion rule for assignees, so that a use can choose based on the task when the assignments are completed enough to finish the task. 2026-03-16 14:23:36 +00:00
IApprovalTaskAssignee.cs Renamed the TaskEditor attribute to TaskCapability as this is a more descriptive name for it. 2026-02-13 01:30:35 +00:00
IAssignees.cs Added a completion rule for assignees, so that a use can choose based on the task when the assignments are completed enough to finish the task. 2026-03-16 14:23:36 +00:00
IBudget.cs Moved the duration to ITask, so it's common to everything. 2026-02-23 23:13:55 +00:00
IBypassable.cs Renamed the TaskEditor attribute to TaskCapability as this is a more descriptive name for it. 2026-02-13 01:30:35 +00:00
IFormTemplate.cs Move work on workflows 2026-02-17 11:26:44 +00:00
IJoin.cs More work on the workflow processing engine, removed the predecessors, and have change the architecture to progress based on IOutcome<T> only. 2026-03-11 22:44:22 +00:00
IOutcome.cs Refactored the IOutcomes to be completely data driven on the UI now. 2026-03-12 18:23:10 +00:00
IStage.cs More work on the workflow processing engine, removed the predecessors, and have change the architecture to progress based on IOutcome<T> only. 2026-03-11 22:44:22 +00:00
ITags.cs Renamed the TaskEditor attribute to TaskCapability as this is a more descriptive name for it. 2026-02-13 01:30:35 +00:00
ITask.cs More work on the workflow processing engine, removed the predecessors, and have change the architecture to progress based on IOutcome<T> only. 2026-03-11 22:44:22 +00:00
ITaskAssignee.cs Runtime Assignments are now created in the database when the activity is planned. 2026-03-15 23:07:07 +00:00
IWorkflow.cs Work towards implementing a workflow template editor 2026-02-09 22:07:37 +00:00