37de640317Change the redirect behaviour so that the the asp.net applcation doesn't attempt to do naughty cors things.Colin Dawson2026-03-17 21:10:24 +0000
fa7c2b1f64Now able to setup assignments and they will start when the task is started.Colin Dawson2026-03-16 16:27:11 +0000
1a064848eaAdded 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.Colin Dawson2026-03-16 14:23:36 +0000
2d29c6de1cDefining the outcomes for tasks and assignmentsColin Dawson2026-03-16 10:27:10 +0000
028f40437eSeperated the check for bypassable approvals.Colin Dawson2026-03-15 23:17:27 +0000
a12731142cRuntime Assignments are now created in the database when the activity is planned.Colin Dawson2026-03-15 23:07:07 +0000
7048594ea9Working on adding icons to the tasks, and started working on the tasks pageColin Dawson2026-03-14 14:30:35 +0000
55d1beadbcNow able to delete a workflow tamplate completely.Colin Dawson2026-03-12 23:45:45 +0000
44ada3f332Refactored the IOutcomes to be completely data driven on the UI now.Colin Dawson2026-03-12 18:23:10 +0000
88d6a1f136Am now able to complete a workflow consisting of a milestone task only.Colin Dawson2026-03-12 14:51:32 +0000
e24c8e68feAble to get a milestone task into the ready to complete phase, including storing the outcomeColin Dawson2026-03-12 13:09:55 +0000
8afe7ac5a0More work on the workflow processing engine, removed the predecessors, and have change the architecture to progress based on IOutcome<T> only.Colin Dawson2026-03-11 22:44:22 +0000
4bf1ab73faStarted working on the engine for the workflow processorColin Dawson2026-03-10 22:23:07 +0000
ad8363b5d6Now able to create an activity instance. Will send a message to progress the instance after creation.Colin Dawson2026-03-09 22:39:51 +0000
a9d5e13c2eNuget update, started working on the ability to create acivitiesColin Dawson2026-03-04 22:39:46 +0000
ff1436b566Upgraded the git ingore to incluse some more jetbrains files.Colin Dawson2026-03-02 22:45:13 +0000
839062db74Added support for put operations for editing a workflow template versionColin Dawson2026-03-02 22:42:44 +0000
a3531e9a3eUpgraded audit engine to support EFCore's has conversion implemenationColin Dawson2026-03-02 22:41:53 +0000
e9616b18eeAble to load the latest workflow template for editingColin Dawson2026-02-27 10:49:21 +0000
1d8004ccaaNow able to post a workflow template versionColin Dawson2026-02-26 20:30:29 +0000
e7eaed742eAdded ability to metadata for all task types, not just a select list.Colin Dawson2026-02-25 20:15:15 +0000
800f10f9fbMoved the duration to ITask, so it's common to everything. More work on the ApprovalTask, IOutcome<T> should now be working.Colin Dawson2026-02-23 23:13:55 +0000
052b833dd6Replaced IFailedLoopback with IOUtcome Added a translation service that will update the base language conversions for each supported language.Colin Dawson2026-02-22 23:43:57 +0000
f4831b93b9Removed the iFailedLoopback and replaced it with a IOutcome<T> allowing users to do more than jump if the task fails.Colin Dawson2026-02-22 23:22:29 +0000
e59430c077Made AlreadyClosed exception no long throw an exception, as it's already dealt with.Colin Dawson2026-02-11 09:37:55 +0000
af02ede4e3Work towards implementing a workflow template editorColin Dawson2026-02-09 22:07:37 +0000
17aea93370More refactoring and more work towards implementing the workflowtemplate controllerColin Dawson2026-02-05 22:09:48 +0000
500dafe7a2Refactored the pagination, and removed the need for a FilterSelector, the KeySelector now covers the code properly.Colin Dawson2026-02-04 22:26:10 +0000
e062d15101Change the ASP.net pages to return partial views, and be compatible with the htmlIslands react component.Colin Dawson2026-02-02 23:17:46 +0000
90b23f939cAdded a fleshed out patch mechanism and implemented two Rest Patch methods.Colin Dawson2026-01-28 23:47:32 +0000
ef42434d60Refactored IocRegistration now compiles and executes properlyColin Dawson2026-01-26 22:24:24 +0000