Commit graph

631 commits

Author SHA1 Message Date
Sipke Schoorstra 9151b79ce2 Add wwwroot contents 2020-12-12 14:49:30 +01:00
Sipke Schoorstra 6a22d6beda Add YesSql provider overload 2020-12-12 14:15:49 +01:00
Sipke Schoorstra f2aae986f4 Use in-memory persistence by default 2020-12-12 14:07:17 +01:00
Sipke Schoorstra daa10df6c3 Remove unused namespaces 2020-12-12 12:38:07 +01:00
Sipke Schoorstra b13a274c2f Add query methods to workflow instance manager 2020-12-12 12:37:57 +01:00
Sipke Schoorstra f4ae24095f Fix solution 2020-12-11 22:06:20 +01:00
Sipke Schoorstra 2bc141a464 Wrap workflow definition store with workflow definition manager 2020-12-11 22:02:43 +01:00
Sipke Schoorstra 2528364531 Fix warning 2020-12-11 21:51:23 +01:00
Sipke Schoorstra a57816663d Wrap workflow instance store with workflow instance manager 2020-12-11 21:49:39 +01:00
Sipke Schoorstra e601747fae Renames and small tweaks 2020-12-11 21:35:22 +01:00
Sipke Schoorstra 70e7b98d7b Rename Repository to Store 2020-12-11 21:14:57 +01:00
Sipke Schoorstra db2d9b5e8c Process non-nullable warnings 2020-12-11 21:14:17 +01:00
Sipke Schoorstra 5fda977d63 Fix Elsa.sln 2020-12-11 21:13:27 +01:00
Sipke Schoorstra eafeaa4d12 Return nullable workflow instance 2020-12-11 21:13:17 +01:00
Sipke Schoorstra f929557b7a Remove Samples solution 2020-12-11 21:12:59 +01:00
Sipke Schoorstra 98c0388233 Fix Delete API endpoint 2020-12-11 21:12:46 +01:00
Rafael Carnucci 3b35d9ff0a
Seperate YesSql (#504)
* Seperate YesSql and added InMemory, MongoDb

* Error fixed, if DatabaseInitializer is run through several times

* icon.png was not packed

* Added AddWorkflowProvider to AddElsaPersistenceMongoDb

* Wrong primary keys were used for MongoDb

* Refactorig MongoDb

* Register IMongoCollection<WorkflowDefinition> and IMongoCollection<WorkflowInstance> with DI

* Wrong Parameter Type in Constructor (MongoDbWorkflowInstanceRepository)

* Add workflowDefinition.WorkflowDefinitionId = _idGenerator.Generate(); to Initialize

* Removed duplicated code

* Correct wrong Commit

Co-authored-by: Rafael Carnucci <rafael.carnucci@icn.de>
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2020-12-11 21:03:49 +01:00
Sipke Schoorstra 65a266dfdb Update Elsa.sln 2020-12-11 20:59:28 +01:00
Sipke Schoorstra 0369869910 Fix gRPC types 2020-12-11 20:42:04 +01:00
Sipke Schoorstra 7fad97a952 Improve pagination + icons 2020-12-11 15:06:03 +01:00
Sipke Schoorstra 80d33b0ab2 Implement paging 2020-12-11 14:03:05 +01:00
Sipke Schoorstra fcec9cb098 Implement workflow instance deletion 2020-12-11 12:56:01 +01:00
Sipke Schoorstra c9199bb335 Incremental work on dashboard + API 2020-12-10 22:08:53 +01:00
Sipke Schoorstra b4bf08e15c Incremental work on dashboard + API 2020-12-09 21:23:25 +01:00
Sipke Schoorstra dac4610ac8 Incremental work on dashboard + API 2020-12-08 22:23:52 +01:00
Sipke Schoorstra 4c9fa9350b Incremental work on dashboard 2020-12-07 22:04:17 +01:00
Sipke Schoorstra 4526dcc3b0 Fix broken samples 2020-12-06 22:00:53 +01:00
Sipke Schoorstra 05fd146c1a Incremental work on dashboard + API 2020-12-06 13:25:37 +01:00
Sipke Schoorstra 59076c8b1f Rename WorkflowInterruptor to WorkflowTriggerInterruptor 2020-12-06 13:25:11 +01:00
Sipke Schoorstra b3270d9b0a Add methods to query workflows by correlation ID 2020-12-06 13:24:48 +01:00
Sipke Schoorstra de535b3954 Fix workflow registration bug 2020-12-06 13:24:28 +01:00
Sipke Schoorstra c0084e9fef Fix bug in Inline activity method to propogate activity result to caller 2020-12-06 13:23:47 +01:00
Sipke Schoorstra 3868b04b65 Restructure signal activity folders 2020-12-06 13:23:00 +01:00
Sipke Schoorstra a21ba060d5 Add InterruptTrigger activity 2020-12-06 13:22:24 +01:00
Sipke Schoorstra 618c1e5f23 Formatting 2020-12-06 13:21:56 +01:00
Sipke Schoorstra 5e2b5d19ab Rename IWorkflowInterruptor to IWorkflowTriggerInterruptor 2020-12-06 13:21:39 +01:00
Sipke Schoorstra be1ccea956 Add IfElse convenience extensions 2020-12-06 13:21:19 +01:00
Sipke Schoorstra f992ee8750 Add convenience ctor overload to CombinedResult 2020-12-06 13:19:56 +01:00
Sipke Schoorstra 1603eccf56 Update Startup activities 2020-12-06 13:19:37 +01:00
Sipke Schoorstra 2d5511dfbc Skip scheduling if timeout is zero (i.e. execute immediately) 2020-12-05 12:06:23 +01:00
Sipke Schoorstra 0171750eb1 Fix loss of workflow context ID 2020-12-05 11:15:55 +01:00
Sipke Schoorstra e23cf08f81 Allow access to parent activity state from child activity 2020-12-05 11:15:27 +01:00
Sipke Schoorstra 0cdd46f8ca Improve RunWorkflowJob to reschedule in case of slow DB call to save workflow instance 2020-12-05 11:14:24 +01:00
Sipke Schoorstra 4f2233d980 Pass composite input to first scheduled child 2020-12-04 21:41:52 +01:00
Sipke Schoorstra e00d41e0cf Schedule activity until after Suspend action 2020-12-04 15:38:19 +01:00
Sipke Schoorstra 38f883e103 Fix job scheduler
One-off triggers can be removed.
2020-12-04 14:23:06 +01:00
Sipke Schoorstra 245d6e9bbc Simplify queries thanks to fix in YesSQL 2020-12-04 12:23:45 +01:00
Sipke Schoorstra 8572f1e6d7 Fix workflow context loading when context has changed 2020-12-04 12:12:12 +01:00
Sipke Schoorstra 0ee07636c3 Update YesSQL packages 2020-12-04 12:11:45 +01:00
Sipke Schoorstra 074d904dbe Rename comments and variables 2020-12-04 12:11:23 +01:00