Commit graph

2270 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 b9e164747d Fix project entries in solution 2021-08-10 12:04:37 +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 2b66086424 Remove non-existent project references from Elsa.sln 2021-08-09 10:50:19 +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
Sipke Schoorstra 8deef4755e Update Elsa.sln 2021-08-07 19:10:21 +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 ffb49d3283 Use expression body syntax and chaining 2021-08-07 18:56:13 +02:00
Joseph Stewart 3b46d66709 Add tests for CLR access 2021-08-07 18:56:13 +02:00
Joseph Stewart 290e6d48b0 Remove unused usings 2021-08-07 18:56:13 +02:00
Joseph Stewart dafd763097 Refactor common activity and fix bug in Liquid handler 2021-08-07 18:56:13 +02:00
Joseph Stewart 030f33740f Generalize mock activity 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 fbaffbc2cd Update appveyor.yml
Resume 2.3
2021-08-05 08:46:47 +02:00
Sipke Schoorstra c6adec5e8f Prepare 2.2.1 patch release 2021-08-04 20:58:36 +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 6965949976 Update appveyor.yml
Bump version number to next preview
2021-08-04 13:53:23 +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 9a153c9e64 Update README.md 2021-08-04 13:44:46 +02:00
Sipke Schoorstra 3457845e8c Revert "Bump Elsa Core version"
This reverts commit 6d0347d524.
2021-08-02 13:19:59 +02:00
Sipke Schoorstra 6d0347d524 Bump Elsa Core version 2021-08-02 13:17:37 +02:00
Sipke Schoorstra 9fc6a1677f Bump Elsa Core version 2021-08-02 12:16:18 +02:00
Sipke Schoorstra e461384e8d Bump Elsa Studio version 2021-08-02 12:14:47 +02:00