Commit graph

2658 commits

Author SHA1 Message Date
Sipke Schoorstra 8e9bb60d63 Merge branch 'v3' of https://github.com/elsa-workflows/elsa-core into v3
# Conflicts:
#	Elsa.sln
2022-08-25 19:59:53 +02:00
Sipke Schoorstra dee71aa0da Scaffold two new sample projects 2022-08-25 19:56:18 +02:00
Sipke Schoorstra 66b1785c7f Add convenience workflow construction methods 2022-08-25 19:56:01 +02:00
Sipke Schoorstra 8ad878d0ca Rename InvokeWorkflowResult 2022-08-25 19:55:34 +02:00
Sipke Schoorstra a983457076 Rename builder service 2022-08-25 13:45:35 +02:00
cristinamudura e5d5aec1a7
Added proto actor implementation for kubernetes and refactored relevant projects to contain the only needed classes. (#3256) 2022-08-17 21:39:08 +02:00
Sipke Schoorstra faab394fc4 Implement topological sorting using feature dependencies 2022-08-14 19:38:58 +02:00
Sipke Schoorstra bce2be6314 Configure hosted service using order 2022-08-14 19:38:15 +02:00
Sipke Schoorstra d4fbcef61d Update migrations 2022-08-14 19:36:24 +02:00
Sipke Schoorstra c8a9a2ef8f Simplify activity definition activity 2022-08-11 20:17:50 +02:00
Sipke Schoorstra 98f195172b Update ActivityDefinitionMaterializer.cs 2022-08-11 20:04:52 +02:00
Sipke Schoorstra 05a11e4923 Fix scheduling 2022-08-11 20:04:47 +02:00
Sipke Schoorstra 7870012254 Implement versioned activities 2022-08-11 19:29:32 +02:00
Sipke Schoorstra 4a2325d207 Update ActivityDefinitionActivityProvider.cs 2022-08-11 17:00:14 +02:00
Sipke Schoorstra 4dade7a2f6 Update canvas.tsx 2022-08-11 12:46:25 +02:00
Sipke Schoorstra e942f799ec Add default implementations for job queue and scheduler 2022-08-11 12:45:07 +02:00
Sipke Schoorstra b566cad1f2 Complete resume workflow interpreter 2022-08-10 20:49:30 +02:00
Sipke Schoorstra dd217c7e8b Incremental work on jobs as activities 2022-08-10 16:02:53 +02:00
Sipke Schoorstra 3174399517 Initial work on job activities 2022-07-26 23:30:42 +02:00
Sipke Schoorstra 1367268f7c More Z index fixes 2022-07-26 16:44:54 +02:00
Sipke Schoorstra 427784ec3b Small HTTP response improvements 2022-07-26 16:01:10 +02:00
Sipke Schoorstra 33a7e12cb4 Fix z index issue of panels 2022-07-26 16:00:52 +02:00
Sipke Schoorstra 1a30ae5277 Implement delete endpoints for activity definitions 2022-07-26 15:37:24 +02:00
Sipke Schoorstra e17cf78ce3 Update label-picker.tsx 2022-07-26 15:12:30 +02:00
Sipke Schoorstra 13bf6a6c5f Delete certain label components
To be redone.
2022-07-26 15:12:00 +02:00
Sipke Schoorstra 6ed138d4eb Update references 2022-07-26 14:56:31 +02:00
Sipke Schoorstra 691565ed98 Incremental work on modal dialog service 2022-07-26 13:39:30 +02:00
Sipke Schoorstra e49f4642bc Update flowchart.tsx 2022-07-26 11:33:27 +02:00
Sipke Schoorstra be92cc3d76 Implement ID change handling 2022-07-26 11:29:44 +02:00
Sipke Schoorstra 059b432065 Update toolbar.tsx 2022-07-25 18:53:34 +02:00
Sipke Schoorstra 3081d4cc0c Update Program.cs 2022-07-25 18:47:37 +02:00
Sipke Schoorstra 090d065c7d Update panel.tsx 2022-07-25 18:45:59 +02:00
Sipke Schoorstra 765e572d06 Add New buttons to browser modals 2022-07-21 17:28:58 +02:00
Sipke Schoorstra 7772213204 Update pager.tsx 2022-07-21 17:28:43 +02:00
Sipke Schoorstra 0e81bc6493 Add New items to Publish buttons 2022-07-21 17:20:20 +02:00
Sipke Schoorstra 5ade59e07d Fix container selected object 2022-07-21 17:12:20 +02:00
Sipke Schoorstra 8a85aebb83 Move flowchart into modules 2022-07-21 17:04:52 +02:00
Sipke Schoorstra 4ed7f4b5da
Designer Activity Definitions (#3221)
* Incremental work on custom activities

* Incremental work on refactoring versioned entities

* Add ActivityDefinition infrastructure

* Incremental work on activity definition manager

* Incremental work on API endpoints

* Refactored flowchart component to include hierarchical nav

* Incremental work on modularization of designer component

* Restructuring into modules

* Rename CustomActivities module

* Apply security

* Fix activity definition GET endpoint

* Incremental work on activity definition provider

* Incremental work on activity definition execution

* Update ActivityDefinitionMaterializer.cs

* Update ActivityDefinitionActivityProvider.cs

* Add activity definition referenced version update handler

* Maintain position of not found activity

* Fix prefix naming
2022-07-21 16:18:42 +02:00
Sipke Schoorstra dfa1068012 Remove unused namespaces 2022-07-07 22:30:44 +02:00
Sipke Schoorstra 962a8552a2 Update package-lock.json 2022-07-07 22:15:41 +02:00
Ivan Hrynevytskyi (FE-underwriting) c67cb6ebdc
added simple notifications (#3184)
Co-authored-by: Ivan Hrynevytskyi <ivan.hrynevytskyi@IHRYNEVYTSKYIL.local>
2022-07-07 22:12:21 +02:00
Sipke Schoorstra 92bc89b10c Add flow switch editor 2022-07-07 22:08:02 +02:00
Sipke Schoorstra fb2a4cc041 Add FlowDecision activity 2022-07-07 21:39:54 +02:00
Sipke Schoorstra 845cd52902 Update Switch.cs 2022-07-07 21:33:41 +02:00
Sipke Schoorstra aaadb127f9 Update Switch.cs 2022-07-07 16:51:40 +02:00
Sipke Schoorstra 95db3e9bc1 Update switch-editor.tsx 2022-07-07 16:51:36 +02:00
Sipke Schoorstra 48e359adee Update event-args.ts 2022-07-07 16:51:30 +02:00
Sipke Schoorstra 0d3077cf06 Update workflow-definition-editor.tsx 2022-07-07 16:51:26 +02:00
Sipke Schoorstra fbd4626c7c Update components.d.ts 2022-07-07 16:51:17 +02:00
Sipke Schoorstra 4e6a7e1fb0 Update activity-properties-editor.tsx 2022-07-07 16:51:13 +02:00