Commit graph

2638 commits

Author SHA1 Message Date
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
Sipke Schoorstra 3f0a6cf16e Update flowchart.tsx 2022-07-07 16:51:08 +02:00
Sipke Schoorstra 50f53bb52b Fix switch activity designer support 2022-07-07 14:01:38 +02:00
Sipke Schoorstra 0a3070d861 Update switch-port-provider.ts 2022-07-06 22:59:07 +02:00
Sipke Schoorstra 3ef04c8f44 Update switch-plugin.tsx 2022-07-06 22:59:04 +02:00
Sipke Schoorstra 5f0713b11b Delete switch-port-updater.ts 2022-07-06 22:58:57 +02:00
Sipke Schoorstra 09b05e10b9 Refactor add activity 2022-07-06 22:58:48 +02:00
Sipke Schoorstra c45295316c Incremental work on switch activity 2022-06-29 16:08:44 +02:00
Sipke Schoorstra 20002e2454 Introduce ActivityBase 2022-06-29 15:36:27 +02:00
Sipke Schoorstra ae1748cee3 Implement flow nodes 2022-06-29 12:57:01 +02:00
Sipke Schoorstra 14026e7342 Update FlowchartJsonConverter.cs 2022-06-29 11:36:47 +02:00
Sipke Schoorstra 01b8df0893 Update workflow-instance-viewer.tsx 2022-06-29 11:00:55 +02:00
Sipke Schoorstra fa3da6267d Designer improvements 2022-06-29 10:48:44 +02:00
Sipke Schoorstra 7736365a15 Implement flowchart navigation 2022-06-28 14:06:28 +02:00
Ivan Hrynevytskyi (FE-underwriting) bdc1057401
added bottom panel on instance viewer, fixed issue with activity size (#3176)
Co-authored-by: Ivan Hrynevytskyi <ivan.hrynevytskyi@IHRYNEVYTSKYIL.local>
2022-06-28 12:04:52 +02:00
Sipke Schoorstra 41dadaaf71 Incremental work on flowchart activity editing 2022-06-27 21:12:41 +02:00
Sipke Schoorstra 247dab1013 Implement HTTP Endpoint base path matching 2022-06-27 15:56:26 +02:00
Sipke Schoorstra 47843c8bf0 Fix duplicate output props 2022-06-27 15:50:31 +02:00
Sipke Schoorstra aff6446a28 Move activity properties to bottom panel 2022-06-27 15:12:37 +02:00
Ivan Hrynevytskyi (FE-underwriting) 5d82cca4d3
added bottom panel for activity editor (#3167)
* added bottom panel with resize functionality

* merge conflicts fixed

* fixed issue with invalid canvas height

* Merge branch 'v3' into v3-bottom-panel

Co-authored-by: Ivan Hrynevytskyi <ivan.hrynevytskyi@IHRYNEVYTSKYIL.local>
2022-06-27 14:06:07 +02:00
Sipke Schoorstra 078dfbafa9 Fix workflow navigator for workflow instance viewer 2022-06-27 13:38:40 +02:00