axeleron007
9eab6e9625
Disabled implementation changed to Single line property
...
Disabled implementation changed to Single line property
2021-06-16 17:21:04 +03:00
axeleron007
0be1133a91
Webhooks: Path control disabling
...
Webhooks: Path control disabling
2021-06-16 17:03:10 +03:00
axeleron007
17600fcce6
The webhook activity text changes and the workflow designer update for webhooks
...
The webhook activity text changes and the workflow designer update for webhooks
2021-06-16 14:12:02 +03:00
axeleron007
bf336ebe10
Fix to Single Line disabled input
...
Fix to Single Line disabled input
2021-06-15 11:14:15 +03:00
axeleron007
b64f358d61
Fix to webhook workflow
...
Fix to webhook workflow
2021-06-11 19:28:55 +03:00
axeleron007
418fbc72cf
Fix to Webhook Activity Editor
...
Fix to Webhook Activity Editor - Path is readonly
2021-06-11 10:51:50 +03:00
axeleron007
57461a4e94
Debugger metadata removed
...
Debugger metadata removed
2021-06-10 18:43:22 +03:00
axeleron007
a886fab9b5
Fix to default value for various input control types
2021-06-10 18:42:20 +03:00
axeleron007
823eaf8a80
Some fixes
...
Webhook update functionality is fixed.
Workflow list page is fixed.
2021-06-09 19:28:00 +03:00
Sipke Schoorstra
9a01aefe17
Add support for webhook triggers
2021-06-09 18:08:22 +02:00
Sipke Schoorstra
73e67025e7
Merge branch 'master' into webhook/url-management
...
# Conflicts:
# src/designer/elsa-workflows-studio/src/services/activity-icon-provider.tsx
# src/samples/dashboard/blazor/ElsaDashboard.Samples.Monolith/ElsaDashboard.Samples.Monolith.csproj
2021-06-09 17:05:57 +02:00
Sipke Schoorstra
7ebe53cb69
Update designer package version
2021-06-09 16:33:47 +02:00
nian2760
3b1ccd4f6a
Fix EFCore.BulkExtensions does not support MySQL
2021-06-09 11:37:48 +02:00
liu
34556e9670
Fix MySql does not support the EF Core concept of schemas
2021-06-09 08:12:47 +02:00
Sipke Schoorstra
5ff1ce7efe
Add support for JSON array responses
...
Fixes #1076
2021-06-08 21:39:19 +02:00
Sipke Schoorstra
c3df363f09
Add radio list control
...
Fixes #1062
2021-06-08 21:32:25 +02:00
Sipke Schoorstra
a33cb1bc88
Implement scoped naming for composite activity children
...
Fixes #1071
2021-06-08 21:11:55 +02:00
Sipke Schoorstra
eae633c102
Fix dynamic outcomes of SendHttpRequest
...
Fixes #1069
2021-06-08 20:43:59 +02:00
Sipke Schoorstra
4eb3736bf5
Restore faulty sample project
2021-06-08 20:30:51 +02:00
Sipke Schoorstra
150c93b8c6
Fix HTTP Endpoint bookmark misses
2021-06-08 20:30:32 +02:00
Sipke Schoorstra
eb2f1b35fe
Add run-run-server.ps1
2021-06-08 11:13:08 +02:00
Sipke Schoorstra
ed47dcd600
Update Azure Service Bus Send activities to use NodaTime primitives
2021-06-08 10:34:54 +02:00
jdevillard
1b75bcc3b9
Change Common Properties Category to Advanced
2021-06-08 10:17:38 +02:00
jdevillard
af94019f15
revert MessageBodyExtensions and Add AzureServiceBusSendActivity Base Class for Metadata.
2021-06-08 10:17:38 +02:00
jdevillard
f28c9a8be5
add capability to use MessageModel as the input of the Azure Service Bus Sender
2021-06-08 10:17:38 +02:00
Sipke Schoorstra
b858b8280b
Update YesSQL WorkflowInstanceDocument
2021-06-08 10:14:21 +02:00
Sipke Schoorstra
f9291adaad
Fix Telnyx bookmarks
2021-06-07 22:06:07 +02:00
Sipke Schoorstra
757a2f566f
Refactor activity state serialization to support property types typed as object
2021-06-07 22:04:36 +02:00
Sipke Schoorstra
79fa07dc98
Update Azure Service Bus activities with output properties
2021-06-07 20:26:47 +02:00
Sipke Schoorstra
ba3881ae45
Make sure to always have a content parser
...
This handles the case where no content parsers were registered with DI, but the HTTP middleware is still installed.
Might consider throwing an explicit exception instead later.
2021-06-07 19:23:28 +02:00
axeleron007
241c05b107
The Edit Webhook screen remake
...
The Edit Webhook screen remake
2021-06-07 17:49:19 +03:00
Sipke Schoorstra
ea40ad1121
More correlation fixes
2021-06-07 15:21:36 +02:00
axeleron007
2c725e4cce
Work on Save, Delete and Update functionality
...
Work on Save, Delete and Update functionality
2021-06-07 15:30:27 +03:00
Sipke Schoorstra
26bf218da6
Fix WorkflowLaunchpad correlation locking
...
This fixes an issue where there was a brief moment of opportunity for callers to create duplicate workflow instances.
It also fixes duplicate workflow instances by not only querying for suspended workflows, but any other "unfinished" state workflows
2021-06-07 13:11:47 +02:00
Sipke Schoorstra
6d0fc33dae
Fix that designer fails when no outcomes are specified
...
Fixes #1087
2021-06-06 21:23:27 +02:00
Sipke Schoorstra
ee898ac624
Enable content headers for SendHttpRequest
...
Fixes #1078
2021-06-06 21:01:49 +02:00
Sipke Schoorstra
dcfa56300c
Fix that designer fails when no supported status codes are specified
2021-06-06 20:54:27 +02:00
Sipke Schoorstra
6e92b6c36e
Add SendHttpRequest designer plugin
...
Fixes #1069
2021-06-06 20:34:36 +02:00
Sipke Schoorstra
24e378ebfc
Add State activity to model finite state machines
2021-06-06 20:21:58 +02:00
Sipke Schoorstra
142d42d00c
Ad default constructors to appease Swagger gen
2021-06-05 15:36:11 +02:00
Sipke Schoorstra
a64675817a
Fix that JS handler overwrites activity output with other props
2021-06-05 15:35:50 +02:00
Sipke Schoorstra
9b9366028e
Fix JObject initialization for liquid handler
2021-06-05 15:34:52 +02:00
Sipke Schoorstra
d834264c4d
Remove unnecessary markup
2021-06-05 15:33:49 +02:00
Sipke Schoorstra
d9b7225da7
Add Type converter to activity state serializer
2021-06-05 15:33:33 +02:00
Sipke Schoorstra
287a1bb4bb
Update Blazor samples to use Elsa.Designer.Components.Web instead of using elsa-workflows-studio NPM package
2021-06-05 14:03:45 +02:00
Sipke Schoorstra
a94ccf8b71
Add support for fully-qualified Monaco base URL (e.g. when using unpkg)
2021-06-05 14:02:56 +02:00
Sipke Schoorstra
f8ee1f8847
Fix WorkflowStudio Razor component
2021-06-05 14:02:29 +02:00
Sipke Schoorstra
4d13dac975
Set sample projects to .NET 5
2021-06-05 13:37:25 +02:00
Sipke Schoorstra
e24609d3ec
Telnyx activities enhancements
2021-06-05 13:33:56 +02:00
Sipke Schoorstra
d339b8d389
Add support for JProperty objects
2021-06-05 13:00:38 +02:00