Commit graph

3577 commits

Author SHA1 Message Date
herblinernexxbizz 03c4c2b051
V3 return routedata querystring headers (#3772)
* Get route parameters, querystring parameters and headers

* clean up code

* add it to known types

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-03-08 09:44:51 +01:00
Sipke Schoorstra c09c20763f Bump designer version 2023-03-08 08:37:12 +01:00
Sipke Schoorstra 3414f2c3ac Merge branch 'v3-serialize-sub-workflow' into v3 2023-03-08 01:04:06 +01:00
Sipke Schoorstra 7ba4dc5039 Add support for controlling when to serialize properties of type IActivity 2023-03-08 01:03:01 +01:00
Sipke Schoorstra e6ce1cebb3 Stash 2023-03-08 00:31:51 +01:00
Sipke Schoorstra 21f8980adb Improve workflow versioning logic 2023-03-07 23:31:09 +01:00
Sipke Schoorstra 83fb433ffc Add alias for dictionary type 2023-03-07 22:02:46 +01:00
Sipke Schoorstra db9962945b Fix duplicate key issue 2023-03-07 21:48:54 +01:00
Sipke Schoorstra 1ac64b8197
Store & display evaluated activity state in workflow instance viewer (#3776)
* Implement activity state persistence

* Add sort API

* Implement activity state view

* Update EF Core migrations
2023-03-07 21:40:53 +01:00
Sipke Schoorstra 9c52c3b0e4
Implement flexible header parsing (#3771) 2023-03-07 14:54:21 +01:00
herblinernexxbizz 154c1ad469
Get route parameters, querystring parameters and headers (#3769)
* Get route parameters, querystring parameters and headers

* clean up code
2023-03-07 14:44:34 +01:00
Sipke Schoorstra 1b61af2c76 Bump designer version 2023-03-07 13:49:00 +01:00
Sipke Schoorstra b1564bf646
HTTP Request with status codes as outcomes (#3768)
* Implement configurable expected status outcomes on HTTP Request activity

* Add Catch all outcome

* Implement dynamic port update
2023-03-07 13:45:58 +01:00
Sipke Schoorstra ac9ecbb2d4 Fix hash operation in ActivityExecutionContext 2023-03-06 12:30:40 +01:00
herblinernexxbizz 0669998946
V3 on delete workflowdefinition update routes (#3757)
* triggers and routes are being deleted when workflows are deleted

* update interface

* remove obsolete method

---------

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
2023-03-06 12:22:29 +01:00
herblinernexxbizz 6ab398f944
do not select just pasted activities (because property panel is not bound, and which activity do you focus on when you paste multiple) (#3762) 2023-03-06 12:21:20 +01:00
Sipke Schoorstra b8bc628555 Allow bookmark props to be excluded from hash 2023-03-06 12:15:11 +01:00
Sipke Schoorstra bd2b16d4ff Bump designer version 2023-03-03 22:53:54 +01:00
Sipke Schoorstra b3c2adba6f Merge branch 'v3-telnyx-activities' into v3 2023-03-03 22:50:13 +01:00
Sipke Schoorstra 1a713b4619
Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
Sipke Schoorstra bb1c6e91dc Update completion signaling 2023-03-03 15:22:49 +01:00
Sipke Schoorstra a6dd2d089b Merge remote-tracking branch 'origin/v3' into v3 2023-03-03 14:48:12 +01:00
Sipke Schoorstra 00bd3228f6 Restructure contracts vs services namespace 2023-03-03 14:48:05 +01:00
Sipke Schoorstra 0832bc95f6 Implement outcomes for composite activities from workflow definitions 2023-03-03 14:47:34 +01:00
gurkanguran b9343a1a20
Implemented workflow instance journal partially (#3749)
* Implemented backend support for journal data partially

* Extended journal design with new journal tab

* Serialize JournalData for saving

* Show directly the journal tab when clicked status

* Added ExecutionLogMiddleware

* Refactor

* Replaced newtonsoft.json with built-in json library
2023-03-03 11:44:07 +01:00
Sipke Schoorstra 9a23d82916 Fix test project 2023-03-03 10:40:53 +01:00
Sipke Schoorstra 9a31d10b04 Merge branch 'v3-composite-activity-input-evaluation-so' into v3 2023-03-03 10:35:56 +01:00
Sipke Schoorstra c2ce3ce1d0 Fix test projects 2023-03-02 21:35:37 +01:00
Sipke Schoorstra 1e407a9f70
Fix cyclic input argument evaluation (#3755)
* Prevent stack overflow when evaluating input arguments

* Shuffle test folders
2023-03-02 21:21:50 +01:00
Sipke Schoorstra 8770711f19 Shuffle test folders 2023-03-02 21:19:34 +01:00
Sipke Schoorstra b02755a378 Prevent stack overflow when evaluating input arguments 2023-03-02 21:19:23 +01:00
Sipke Schoorstra 67efc51ebb
Update Dial activity and fix Switch (#3753)
* Add GetCallStatus activity

* Update Dial activity

* Update Switch activity

* Fix missing ports
2023-03-02 10:37:16 +01:00
Ifran Laloe 280b905092
Fix Version Constraint error when saving workflows (#3752)
* Fix Version Constraint error when saving workflows

* Moved publishing event to the start of PublishAsync()

---------

Co-authored-by: Ifran Laloe <i.laloe@betabit.nl>
2023-03-02 10:31:24 +01:00
MariusVuscanNx c554f5c55f
Feature/workflow execution status codes (#3750)
* Returned 404 when path is not found and 500 when there are multiple workflows with the same path

* Return failure response in case of workflow fault
2023-03-02 10:27:11 +01:00
Sipke Schoorstra ae09881508 Fix missing ports 2023-03-02 10:08:27 +01:00
Sipke Schoorstra acd447cfc1 Update Switch activity 2023-03-02 10:08:10 +01:00
Sipke Schoorstra 785863aaed Update Dial activity 2023-03-02 10:07:53 +01:00
Sipke Schoorstra 832cff8a66 Add GetCallStatus activity 2023-02-28 15:37:32 +01:00
Sipke Schoorstra bb669c2cfe
Sycnrhonize access to publish / save workflow definition endpoint (#3743)
* Refactor SaveAsync and Store APIs

* Synchronize Publish endpoint
2023-02-28 15:14:45 +01:00
Sipke Schoorstra c3a8898247 Add Record property to SpeakText activity 2023-02-27 20:29:25 +01:00
Sipke Schoorstra e59b9d03c2 Fix delete method 2023-02-27 20:28:10 +01:00
Sipke Schoorstra 431db1c353
Refactor store APIs (#3740)
* Add array support for input/output arguments

* Add alias support for nullable types

* Refactor workflow definition store API

* Fix array and ui hint setting of input/output definition

* Refactor workflow instance store API

* Add XML comments

* Refactor trigger and bookmark store API
2023-02-27 14:14:50 +01:00
Sipke Schoorstra c25ce796f5 Update actions 2023-02-23 15:39:55 +01:00
Sipke Schoorstra 11ce5e3361 Update actions 2023-02-23 15:20:43 +01:00
Sipke Schoorstra 636c0d638f Update actions 2023-02-23 15:08:11 +01:00
Sipke Schoorstra 6b3d756608 Update actions 2023-02-23 14:52:07 +01:00
Sipke Schoorstra 6281299b6a
Update NuGet package references (#3734)
* Update package references

* Accommodate FastEndpoint API changes
2023-02-23 14:49:46 +01:00
Sipke Schoorstra d7897c8440 Change to feedz.io 2023-02-23 14:14:17 +01:00
Sipke Schoorstra b37098ff3d Update designer version 2023-02-23 12:26:25 +01:00
Sipke Schoorstra 4e4e647395 Fix issue in workflow definition activity provider 2023-02-23 12:11:44 +01:00