Commit graph

2026 commits

Author SHA1 Message Date
Sipke Schoorstra d49bbd61ea Remove unused namespaces 2021-06-28 22:38:23 +02:00
Sipke Schoorstra a3fd1a31af Implement workflow priority channels 2021-06-28 22:38:05 +02:00
Sipke Schoorstra c3a73d1c17 Implement JSON driver 2021-06-28 14:25:48 +02:00
Sipke Schoorstra f50674a6b4 Expose HTTP client creation events
This allows applications to configure axios middleware to set e.g. authorization headers for outgoing HTTP requests made to Elsa Server

Fixes #1164
2021-06-28 13:56:09 +02:00
Sipke Schoorstra efec65e819 Configure MongoDB serializers with support for (de)serializing properties with type Type 2021-06-28 12:22:36 +02:00
Sipke Schoorstra 8da68c11c9 Fix property mapping and broken instance viewer URL
Fixes #1171
2021-06-28 11:58:47 +02:00
Sipke Schoorstra 1c20b8fbb4 Rename SaveRequest models to fix ambiguity for Swagger
Fixes #1178
2021-06-26 11:19:34 +02:00
Sipke Schoorstra 7958ecf49a Improve workflow journal details
- Display actual property values.
- Display output properties too.
2021-06-25 22:39:50 +02:00
Sipke Schoorstra 7f6c555307 Remove Input and State logging
This potentially generates a lot of data. Better to let the developer decide what they want included
2021-06-25 16:10:08 +02:00
Sipke Schoorstra fe96757152
Merge pull request #1167 from tomy2105/1145-CompositeActivityProperties
State sets default value if get doesn't find it
2021-06-23 21:53:04 +02:00
Sipke Schoorstra ae7c57c05a
Merge pull request #1166 from tomy2105/1146-SetupActivity-Enhancements
Enabling directly named properties used using SetupActivity (not just through C# property name)
2021-06-23 21:50:13 +02:00
Sipke Schoorstra 6462ce2f00
Merge pull request #1168 from tomy2105/1165-2.0-to-2.1-code-backward-compatibility-realted-to-IActivityTypeProvider
2.0 to 2.1 code backward compatibility related to IActivityTypeProvider
2021-06-23 21:47:25 +02:00
Sipke Schoorstra 3f5a9690f8 Add Call Me Back activity for Ring Groups 2021-06-23 21:13:53 +02:00
tomy2105 307b75148c 2.0 to 2.1 code backward compatibility related to IActivityTypeProvider 2021-06-23 16:25:04 +02:00
tomy2105 3f862f4137 State sets default value if get doesn't find it
Which allows for normal usage of Dictionaries inside state....
2021-06-23 16:04:55 +02:00
tomy2105 6c7cbd3c9e Enabling directly named properties used using SetupActivity (not just through C# property name) 2021-06-23 15:00:08 +02:00
Sipke Schoorstra 0351f2360e Update Azure Worker to not throw when trying to complete an already closed client 2021-06-22 20:11:30 +02:00
Sipke Schoorstra 3f7575ee42 Improve CallRingGroup 2021-06-21 18:05:16 +02:00
Sipke Schoorstra 7ba31eefac Set explicit height for expression column on Switch UI 2021-06-21 17:20:36 +02:00
Sipke Schoorstra 03acfd16f1 Update CallRingGroup to stop music on hold before bridging calls 2021-06-21 16:25:04 +02:00
Sipke Schoorstra 7763c88273 Improve BridgeCalls to find Dial activity higher up the inbound path 2021-06-21 16:06:30 +02:00
Sipke Schoorstra a3f55e6994 Ensure accessing local activities by name are resolved on current composite 2021-06-21 15:54:46 +02:00
Sipke Schoorstra 7a76323c81 Ensure parent of composite activities is set 2021-06-21 15:53:55 +02:00
Sipke Schoorstra 8784c618bd Add Intro support to CallRingGroup activity 2021-06-21 14:42:35 +02:00
Sipke Schoorstra 6e2601ec18 Fix CachingWorkflowRegistry to use cached workflow blueprints 2021-06-21 14:42:35 +02:00
Sipke Schoorstra fdb81730ef
Merge pull request #1143 from mdrjob/azure-blob-distributed-locking-name
Change extension method name to UseAzureBlobLockProvider
2021-06-21 13:06:15 +02:00
Sipke Schoorstra 32a16ff5a4 Fix features of sample server app 2021-06-20 19:42:28 +02:00
Sipke Schoorstra 4f9f56fd97 Handle conversion of numeric value to enum and JToken values to strong types
Fixes #1088
2021-06-20 19:41:54 +02:00
Sipke Schoorstra bfed2819cc Fix provider names in MySql and Sqlite startups 2021-06-20 13:57:07 +02:00
Sipke Schoorstra f174b1e98c Remove BlockingActivityTypeSpecification
This isn't used internally anymore and also does not translate easily to EF Core's provider implementation without storing blocking activities separately like bookmarks
2021-06-20 13:56:28 +02:00
Sipke Schoorstra 980af069b9 Update WorkflowTriggerInterruptor to use bookmarks instead of BlockingActivityTypeSpecification
Fixes #1072
2021-06-20 13:55:25 +02:00
Sipke Schoorstra c8af9222e0 Update UserTask module with support for bookmarks 2021-06-20 13:54:23 +02:00
Sipke Schoorstra a8b4c7c3e2
Merge pull request #1156 from elsa-workflows/webhook/url-management
Webhook Management
2021-06-19 21:06:18 +02:00
Sipke Schoorstra 63113d31d7 Add various Startups
Note that this is a work in progress. Not all modules have startups yet.
2021-06-19 20:19:05 +02:00
Sipke Schoorstra 77ab88d41e Update Features with support for configuring middleware pipeline 2021-06-19 12:57:54 +02:00
Sipke Schoorstra 81ac5c2aed Resolve warnings 2021-06-19 12:10:52 +02:00
Sipke Schoorstra 543f5b78b5 Resolve warnings 2021-06-19 12:01:23 +02:00
Sipke Schoorstra 67c230a2af Resolve warnings 2021-06-19 11:51:06 +02:00
Sipke Schoorstra 6050c99c23 Resolve warnings 2021-06-19 11:41:02 +02:00
Sipke Schoorstra 317c8c56f2 Update Webhooks module 2021-06-19 11:24:14 +02:00
Sipke Schoorstra 0b334a54d1 Update File activities 2021-06-19 10:59:40 +02:00
Sipke Schoorstra c907bf994d Update File activities 2021-06-19 10:53:40 +02:00
Sipke Schoorstra 8ff49033c3 Update WebhookActivityTypeProvider 2021-06-19 10:48:17 +02:00
Sipke Schoorstra 5ec10ef429 Fix solution project entries 2021-06-19 10:47:46 +02:00
Sipke Schoorstra b506421ba5 Merge branch 'master' into webhook/url-management
# Conflicts:
#	src/activities/Elsa.Activities.Webhooks/Elsa.Activities.Webhooks.csproj
#	src/designer/elsa-workflows-studio/package-lock.json
#	src/designer/elsa-workflows-studio/src/components/editors/elsa-multi-expression-editor/elsa-multi-expression-editor.tsx
#	src/designer/elsa-workflows-studio/src/services/elsa-client.ts
#	src/samples/server/Elsa.Samples.Server.Host/Startup.cs
2021-06-19 10:20:24 +02:00
Sipke Schoorstra f35c512fae Merge branch 'master' of https://github.com/elsa-workflows/elsa-core 2021-06-18 21:20:21 +02:00
Sipke Schoorstra 5f1baedc7e Add branch parameter to Add builder method 2021-06-18 21:20:05 +02:00
Sipke Schoorstra 3d420f2bd8 Add Music On Hold feature to Call Ring Group activity 2021-06-18 21:19:11 +02:00
axeleron007 f7bb27b8eb Fix to the Webhook path in activity
Fix to the Webhook path in activity. It was broken on the type change.
2021-06-18 18:37:25 +03:00
Sipke Schoorstra 6a835e7681
Merge pull request #1140 from MilkyWare/elsa-2.0/fileactivities
File Activities
2021-06-18 17:29:37 +02:00