Commit Graph

26 Commits

Author SHA1 Message Date
55d1beadbc Now able to delete a workflow tamplate completely. 2026-03-12 23:45:45 +00:00
44ada3f332 Refactored the IOutcomes to be completely data driven on the UI now. 2026-03-12 18:23:10 +00:00
88d6a1f136 Am now able to complete a workflow consisting of a milestone task only. 2026-03-12 14:51:32 +00:00
e24c8e68fe Able to get a milestone task into the ready to complete phase, including storing the outcome 2026-03-12 13:09:55 +00:00
8afe7ac5a0 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
a9d5e13c2e Nuget update, started working on the ability to create acivities 2026-03-04 22:39:46 +00:00
aedae6b80c Started working on the runtime engine for the activities 2026-03-03 20:28:07 +00:00
839062db74 Added support for put operations for editing a workflow template version 2026-03-02 22:42:44 +00:00
1d8004ccaa Now able to post a workflow template version 2026-02-26 20:30:29 +00:00
e7eaed742e Added ability to metadata for all task types, not just a select list. 2026-02-25 20:15:15 +00:00
800f10f9fb Moved the duration to ITask, so it's common to everything.
More work on the ApprovalTask, IOutcome<T> should now be working.
2026-02-23 23:13:55 +00:00
052b833dd6 Replaced IFailedLoopback with IOUtcome
Added a translation service that will update the base language conversions for each supported language.
2026-02-22 23:43:57 +00:00
f4831b93b9 Removed the iFailedLoopback and replaced it with a IOutcome<T> allowing users to do more than jump if the task fails. 2026-02-22 23:22:29 +00:00
737d3e4d08 Move work on workflows 2026-02-17 11:26:44 +00:00
aa4864a0bf Renamed the TaskEditor attribute to TaskCapability as this is a more descriptive name for it. 2026-02-13 01:30:35 +00:00
cbee1422b4 Split the non-essential parts out of the ITask, into ITags and IBudget 2026-02-13 01:04:22 +00:00
52ba6ee606 Added the taskMetadata workflow endpoint 2026-02-12 00:40:16 +00:00
af02ede4e3 Work towards implementing a workflow template editor 2026-02-09 22:07:37 +00:00
7a6ff96ef8 Working on the workflow template manager 2026-02-04 21:25:44 +00:00
b9876b1d7b Few more tweaks to the workflow engine 2026-02-03 11:00:09 +00:00
9ebefeb450 Removed more unneeded files 2026-01-22 17:28:21 +00:00
9175fac7e9 Removed compiler ooutput 2026-01-22 17:25:37 +00:00
fd9e7fb295 Removed unneeded files. 2026-01-22 17:24:08 +00:00
6eb614c523 Refactored the Dependency Injection to use a whitelist of modules in the appsettings.json 2026-01-22 17:19:21 +00:00
ae2f08d4ba Tidied up using clauses 2026-01-21 12:20:27 +00:00
5aa0151c59 Initial commit 2026-01-20 21:50:10 +00:00