Sipke Schoorstra
cedc8873a6
Update SignalReceivedBookmarkProvider.cs
...
Fixes #1375
2021-09-19 13:46:50 +02:00
Sipke Schoorstra
5d57bf517f
Update SendHttpRequestPlugin
...
Handle case where there the activity is not SendHttpRequest while activity editor is being closed.
2021-09-19 13:41:38 +02:00
Sipke Schoorstra
29b382eced
Use default value for checkbox control
...
Fixes #1463
2021-09-19 13:26:45 +02:00
Sipke Schoorstra
439218c78f
Update URL with ID after import
2021-09-19 13:07:36 +02:00
Sipke Schoorstra
0da556b5a9
Update Import endpoint
...
Fixes #1548
2021-09-19 12:50:09 +02:00
Sipke Schoorstra
b2426ac76f
Add more dynamic classes to safe list
2021-09-19 12:49:46 +02:00
Sipke Schoorstra
ecb586025f
Merge branch 'master' of https://github.com/elsa-workflows/elsa-core
2021-09-18 11:55:09 +02:00
Sipke Schoorstra
7877216274
Update readme.md
2021-09-18 11:55:07 +02:00
Sipke Schoorstra
95cd47eeb5
Update package.json
2021-09-18 11:51:58 +02:00
simona-taran
a1893cb5ca
Added publish/unpublish options to the context menu ( #1549 )
...
* Added publish/unpublish to workflow definitions context panel.
* Changed display of published version to match the one in the list view.
* Added publish call.
2021-09-18 11:41:03 +02:00
Sipke Schoorstra
30ec4b20b5
BREAKING: Refactor SendHttpRequest content parser APIs
...
Allows user to select what content parser to use to handle response of requests made by SendHttpRequest activity.
2021-09-18 11:39:45 +02:00
Sipke Schoorstra
2c9b7eb17f
BREAKING: Make Elsa Studio service bus async
2021-09-17 13:02:33 +02:00
Sipke Schoorstra
096760d5b6
Merge branch 'master' of https://github.com/elsa-workflows/elsa-core
2021-09-17 12:13:26 +02:00
Sipke Schoorstra
c11280586d
Update designer npm version
2021-09-17 12:13:13 +02:00
simona-taran
fa23c2fc54
Fixed position issue. ( #1547 )
2021-09-17 12:09:10 +02:00
Sipke Schoorstra
a3f40c95f7
Fix type cast issue due to JSON serialization of enums
...
When the workflow instance gets persisted in the DB, activity enum properties get stored as an integer (Int64), which cannot be cast to the enum.
This change fixes that by performing a conversion instead of a direct cast.
Fixes #1515
2021-09-17 10:53:23 +02:00
Sipke Schoorstra
fbaa88688b
Implement async version of js-event-bus
2021-09-17 09:55:42 +02:00
Sipke Schoorstra
5816cdf399
Refactor workflow execution log API
...
Fixes #1529
2021-09-17 08:16:19 +02:00
Sipke Schoorstra
142b574481
Update packages
2021-09-16 20:25:38 +02:00
simona-taran
691d46c3bc
Added keybaord actions support for activity edit modal. ( #1541 )
2021-09-16 15:14:45 +02:00
Sipke Schoorstra
b22e555140
Update Stencil
2021-09-16 14:15:09 +02:00
Sipke Schoorstra
7cb8e3edd1
Record fault execution log during begin workflow phase
2021-09-16 14:14:54 +02:00
Sipke Schoorstra
4d6c4544ed
Add Publish endpoint
2021-09-16 13:51:01 +02:00
simona-taran
4b3d21c166
Added flyout panel to instances page. Refactored existing properties panel to share the same component. ( #1531 )
2021-09-16 13:08:38 +02:00
Sipke Schoorstra
e0d629654d
Add dynamic activity border color CSS classes to safe lists
2021-09-14 20:49:55 +02:00
Sipke Schoorstra
eea740e502
Work on some warnings
2021-09-14 16:15:20 +02:00
Sipke Schoorstra
6352372179
Update package references
2021-09-14 16:09:59 +02:00
Sipke Schoorstra
8255861842
Fix package downgrade error
2021-09-14 15:33:24 +02:00
Sipke Schoorstra
11566a2b76
Fix Webhooks service registration
2021-09-14 15:07:25 +02:00
Sipke Schoorstra
fa4da6f841
Update dashboard app with base path setting
2021-09-13 21:50:41 +02:00
Sipke Schoorstra
695ba14b0d
Fix workflow blueprint side panel
2021-09-13 20:11:56 +02:00
Sipke Schoorstra
f7f52ec8b3
Update Server sample project with reference to File activities package
2021-09-13 20:11:26 +02:00
Sipke Schoorstra
f0c9d3a300
Merge branch 'master' of https://github.com/elsa-workflows/elsa-core
2021-09-12 12:44:17 +02:00
Sipke Schoorstra
80fb0a7633
Update Elsa.Webhooks.Persistence.EntityFramework.Core.csproj
2021-09-12 12:30:42 +02:00
Tomislav Petrovic
3584b7b3a2
Add page size control and some sanity checks, fix one off in pager
2021-09-12 12:28:03 +02:00
Sipke Schoorstra
b98528a95a
Merge pull request #1513 from MilkyWare/elsa-2.0/fileactivities
...
Elsa 2.0/fileactivities
2021-09-12 12:27:37 +02:00
henry.zhang
47fc858aa7
Add ReferenceLoopHandling In MongoDb Serializer
2021-09-12 12:18:10 +02:00
Cameron Cowen
fd3b5ad388
Added workflow to create files to auto kick off file watcher
2021-09-11 00:29:06 +01:00
Cameron Cowen
b9de6fcbd7
Removed unused workflows
2021-09-11 00:27:48 +01:00
Cameron Cowen
1be0aff462
Minor tweak
2021-09-10 23:29:46 +01:00
Cameron Cowen
b9d475697f
Fixed readfile extensions using wrong activity
2021-09-10 23:29:26 +01:00
Cameron Cowen
7b4c1d8a5d
Updated activity parameters (made some required and updated use of default values)
2021-09-10 21:40:37 +01:00
Sipke Schoorstra
ccda7691db
Remove Schema config for MySql provider
...
Fixes #1453
2021-09-10 14:40:15 +02:00
Sipke Schoorstra
e6f55bd579
Update EF and Fody packages
2021-09-10 14:37:35 +02:00
Sipke Schoorstra
96ea6c3458
Implement Cancel workflow on dashboard
2021-09-09 23:02:02 +02:00
Sipke Schoorstra
5a3bd4467d
Update stencil
2021-09-09 23:02:02 +02:00
Sipke Schoorstra
86efb968c4
Implement workflow instance deleter with support for locking
2021-09-09 23:02:02 +02:00
Sipke Schoorstra
0184003b85
Publish WorkflowInstanceCancelled event from workflow runner
2021-09-09 23:02:02 +02:00
Sipke Schoorstra
ac43c9fb9d
Publish WorkflowInstanceDeleted event
2021-09-09 23:02:02 +02:00
Sipke Schoorstra
fc96051628
Remove unnecessary ambient locking code
2021-09-09 23:02:02 +02:00