Commit graph

1868 commits

Author SHA1 Message Date
Sipke Schoorstra a3631d6d26
Http endpoint security (#1389) 2021-08-13 16:17:57 +02:00
simona-taran f192870ce8
Side Panel Implementation (#1387)
* Side panel initial draft.

* Added latest version to the side panel. Made it a slide panel.

* Added side panel component to registry. Fixed display issue on instance viewer side panel.

* Auto genearted readme files.
2021-08-13 15:02:40 +02:00
tomy2105 2ab5b3e9ea
Disposing IBus instances (#1374) 2021-08-11 12:29:36 +02:00
Sipke Schoorstra f4794879a2 Undo automatic extension resolution 2021-08-11 12:16:36 +02:00
Sipke Schoorstra c9d8b001e2 Add some activity extensions 2021-08-11 12:16:20 +02:00
Sipke Schoorstra 65e35dd3cb Fix an issue with re-scheduling scopes while workflow is Suspended
This solves an issue when a workflow uses a fork activity where multiple branches get scheduled, but one of them contains a blocking activity, putting the workflow in the Suspended state. But as the other scheduled activities execute and "unwind" when the leaf node finished, their current scope weren't being re-scheduled.
2021-08-10 19:41:58 +02:00
Sipke Schoorstra 39712f95c5 Fix Startup in Monolith sample 2021-08-10 14:59:19 +02:00
Sipke Schoorstra 68ffd91ccc Fix warnings 2021-08-10 12:06:21 +02:00
Sipke Schoorstra 212585c0ad Fix that scope activities aren't rescheduled
This fixes the issue when a scope activity such as If and composite activities aren't rescheduled when they are leaf nodes.
2021-08-10 10:35:01 +02:00
Sipke Schoorstra 72fcfd7ff4 Fix WorkflowPublisher
Fixes #1293
2021-08-09 13:15:34 +02:00
Sipke Schoorstra 9ef639689b Update TransferCall to support phone number extensions 2021-08-09 12:33:12 +02:00
Sipke Schoorstra 179012475a Add Filtered Call Initiated activity for Telnyx 2021-08-09 12:32:51 +02:00
Sipke Schoorstra 1be20248da Treat null values for IsBrowsable as true (the default) 2021-08-09 10:50:57 +02:00
Sipke Schoorstra 4c0e442ae1 Update ActivityDescriptor.cs 2021-08-09 10:50:27 +02:00
Sipke Schoorstra 0222c20d7d Fix Join activity to clear ALL blocking activities in ancestor paths
Fixes #1342
2021-08-07 19:57:25 +02:00
lucapisano 7cba107913
RPA Web Activities (#1279)
* defined open, close and navigate activities

* sample created

* inherit DriverId

* ClickElement added

* implemented TypeText activity and NavigateToW3School sample

* OpenBrowser headless mode

* RPA: GetText added

* fix readme

* try/catch pattern in base class. Thanks to sfmskywalker for the tip

* Update components.d.ts

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2021-08-07 19:07:48 +02:00
Rafael Carnucci 30ee68671d Pass TenantId as parameter 2021-08-07 19:01:00 +02:00
Joseph Stewart dafd763097 Refactor common activity and fix bug in Liquid handler 2021-08-07 18:56:13 +02:00
Joseph Stewart 808f12b19b Remove accidentally included file 2021-08-07 18:56:13 +02:00
Joseph Stewart c49ed765b9 Add tests for liquid expressions 2021-08-07 18:56:13 +02:00
Joseph Stewart e51395ff21 Add test for javascript 2021-08-07 18:56:13 +02:00
Joseph Stewart 60aa235b16 Add javascript option to disable config access 2021-08-07 18:56:13 +02:00
Joseph Stewart dabca2e130 Add Config access opt-in to Liquid expression 2021-08-07 18:56:13 +02:00
Sipke Schoorstra db9df4736f Call into Workflow Context's Remove Blocking Activity 2021-08-07 18:39:45 +02:00
Sipke Schoorstra cd43136e74 Fix type definition provider for workflows
This handles the case when the variable is initialized with a null value.
2021-08-07 18:28:25 +02:00
Sipke Schoorstra a5628e501d Update Telnyx Webhook to always correlate the workflow with the CallSessionId 2021-08-07 18:27:38 +02:00
Sipke Schoorstra f958d75951 Use multi-text input for GatherUsingSpeak activity 2021-08-07 18:27:14 +02:00
Sipke Schoorstra c282f5a7b2 Fix CallRingGroup activity
The activity returned the extension rather than the resolved extension result (the destination).

Also fixed an issue with handling the Hangup event so that it only exists when the caller hangsup, instead of always exiting when the target party doesn't answer (which also triggers a Hangup event).
2021-08-07 18:26:47 +02:00
Sipke Schoorstra 19619b8307 Fix WorkflowDefinitionId liquid filter
The name argument should be optional.
2021-08-05 14:27:44 +02:00
Sipke Schoorstra b385dfcdad Fix RunWorkflow activity outcome cast issue 2021-08-05 14:26:25 +02:00
Sipke Schoorstra 2e09e675c3 Update ExecuteWorkflowInstanceRequestConsumer.cs
Fix input type double wrap
2021-08-04 20:56:52 +02:00
Sipke Schoorstra c344de324c Fix RunWorkflow resumption when child completes synchronously
Fixes #1347
2021-08-04 18:39:59 +02:00
Sipke Schoorstra 97b2cbfde4 Improve type conversion error message 2021-08-04 15:12:38 +02:00
Sipke Schoorstra 90bbc37808 Fix incorrect scope eviction
Fixes an issue where the wrong scope would be evicted.
2021-08-04 13:46:27 +02:00
Sipke Schoorstra e8439aa994 Update WriteHttpResponseExtensions.cs
Fix serialization issues when using WriteHttpResponse from code.

The issue was that the lambda for the Content property itself was being serialized.
2021-08-04 13:45:52 +02:00
Sipke Schoorstra e461384e8d Bump Elsa Studio version 2021-08-02 12:14:47 +02:00
Sipke Schoorstra 473a33439d Make exported file name a bit shorter 2021-08-02 12:14:07 +02:00
Sipke Schoorstra 0d17838627 Fix workflow registry resources path 2021-07-31 12:54:46 +02:00
Sipke Schoorstra 8a0fd05973 Update activity type providers 2021-07-31 12:54:46 +02:00
Sipke Schoorstra c892a11de7 Update ActivityActivator to use default storage provider 2021-07-31 12:54:46 +02:00
Sipke Schoorstra cf39594e0f Update TriggerEndpoint with support for customizing HTTP response
Fixes #1304
2021-07-31 12:54:46 +02:00
Sipke Schoorstra b8b58fdb51 Update SendEmail with default storage provider for attachments 2021-07-31 12:54:46 +02:00
Sipke Schoorstra 8fb52ebcc1 Add support for ExpandoObject deserialization into strongly typed object 2021-07-31 12:54:46 +02:00
Sipke Schoorstra 2c3935f0e0 Add support for specifying default workflow storage providers per activity property
Fixes #1254
2021-07-31 12:54:46 +02:00
Sipke Schoorstra e2deafd228 Update WriteHttpResponse with support for writing streams 2021-07-31 12:54:46 +02:00
Sipke Schoorstra db7534edda Update SendEmail with support for sending Streams as attachment 2021-07-31 12:54:46 +02:00
Sipke Schoorstra 15743c4396 Refactor StorageStorage.net usage to allow different configurations 2021-07-31 12:54:46 +02:00
sebguischr 5f6d700da9
Fix Consumer to handle message content (#1325)
Co-authored-by: Sébastien Guillot <sebastien.guillot@vendeeconcept.com>
2021-07-31 12:54:21 +02:00
Christoph Keller 42bcb03b80
Add WorkflowInput to CollectAndExecuteWorkflowsAsync() to receive the bus-message. (#1332) (#1333) 2021-07-30 09:17:18 +02:00
Sipke Schoorstra b138061661
Reuse certain queues for certain event types (#1317) 2021-07-27 21:47:30 +02:00