Commit graph

3326 commits

Author SHA1 Message Date
Sipke Schoorstra 3dfede96d3 Move shared test utility to common folder + various incremental changes 2022-12-20 12:13:53 +01:00
Sipke Schoorstra 8f53a12412 Debug 2022-12-20 12:03:55 +01:00
Sipke Schoorstra 5d0bc1f0f7 Update designer project file 2022-12-20 11:33:31 +01:00
Sipke Schoorstra e9f927bf8f Debug 2022-12-19 22:51:10 +01:00
Sipke Schoorstra 1b5ec1ce1b Update README 2022-12-19 12:21:08 +01:00
Sipke Schoorstra cc1325010a Update readme 2022-12-19 12:18:53 +01:00
Sipke Schoorstra dbdc6a785e Update Elsa.Workflows.Designer project to run NPM upon build 2022-12-19 11:29:43 +01:00
Sipke Schoorstra b32c3b45bb Remove outdated tests 2022-12-16 22:07:24 +01:00
Sipke Schoorstra 5f7f115c28 Fix Flowscope execution count logic 2022-12-16 22:02:19 +01:00
Sipke Schoorstra 8438444eb4 Handle Jsonelement string deserialization to other types 2022-12-16 22:01:50 +01:00
Sipke Schoorstra b10d91b525 Fix property handling 2022-12-16 21:10:18 +01:00
Sipke Schoorstra bc0bca2f51 Fix flowchart property storage 2022-12-16 21:09:14 +01:00
Sipke Schoorstra 64d2ac1577 Fix GatherUsingspeak activity optional input 2022-12-16 21:08:54 +01:00
Sipke Schoorstra e172118af9 Handle number to string conversion 2022-12-16 21:08:15 +01:00
Sipke Schoorstra 594970bfc6 Fix persistent variable serialization 2022-12-16 12:11:45 +01:00
Sipke Schoorstra 764cd6187b
Fix workflow navigation (#3541)
* Incremental work

* Reimplement flowchart navigation

* Fix activity property editing

* Fix workflow property editor

* Fix designer lookup upon new activity added

* Restore Variables context

* Add Start event

* Add XML comments to WriteLine

* Implement variable getter and setters for JS
2022-12-15 22:53:56 +01:00
Sipke Schoorstra b6247824b3 Remove required memory block reference ID 2022-12-14 20:35:48 +01:00
Sipke Schoorstra f11fb2fa47 Merge remote-tracking branch 'origin/v3' into v3 2022-12-14 16:18:52 +01:00
Sipke Schoorstra 60c400db08 Bump designer package preview version 2022-12-14 16:18:46 +01:00
cristinamudura bb9ebef362
Added correlation activity (#3530)
* Added correlation activity

* Changed the category from "Control Flow" to "Primitives"
2022-12-14 13:05:45 +01:00
Sipke Schoorstra a21ed913ff Add Designer package 2022-12-13 21:49:38 +01:00
Sipke Schoorstra bfb781c0da Add XML comments 2022-12-11 22:41:10 +01:00
Sipke Schoorstra 3d4718ff76 Rename From to Inline 2022-12-11 22:34:24 +01:00
Sipke Schoorstra 6c4b8e2653 Update test 2022-12-11 22:16:05 +01:00
Sipke Schoorstra 13d745dcaa Add XML comments to WorkflowExecutionContext 2022-12-11 22:15:56 +01:00
Sipke Schoorstra be3fda8acb Remove experimental fork break 2022-12-11 22:15:42 +01:00
Sipke Schoorstra fcc548e645 Refactor Event ctors 2022-12-11 22:15:28 +01:00
Sipke Schoorstra d74a67913f Fix purgecss being too eager for Tailwind
https://stackoverflow.com/questions/65554596/purgecss-and-tailwind-css-how-to-preserve-responsive-classes-using-the-command
2022-12-11 20:33:57 +01:00
Sipke Schoorstra 52eaecd497 Remove unused exports 2022-12-11 20:33:14 +01:00
Sipke Schoorstra f4e8406368 Update package.json 2022-12-11 20:32:58 +01:00
Sipke Schoorstra 9d1430d222 Revert resizable monaco 2022-12-09 14:12:48 +01:00
Sipke Schoorstra 33858d14d6 Make flexible ports a designer attribute option 2022-12-09 14:12:26 +01:00
Sipke Schoorstra d353878681 Update packages 2022-12-09 13:44:36 +01:00
Sipke Schoorstra 8d32a00b0a Update sample to use new Event.From method 2022-12-09 12:50:41 +01:00
Sipke Schoorstra 7d492678c6 Formatting 2022-12-09 12:50:27 +01:00
Sipke Schoorstra 95025ae144 Fix serialization for Event by making default ctor public 2022-12-09 12:50:14 +01:00
Sipke Schoorstra dc0de21309 Enable bookmarks 2022-12-09 12:49:57 +01:00
Sipke Schoorstra 4555cdb10f Fix pizza 2022-12-09 12:49:32 +01:00
Sipke Schoorstra e9080e148b Merge remote-tracking branch 'origin/v3' into v3 2022-12-09 12:26:35 +01:00
Sipke Schoorstra 2258c87e89 Upgrade to latest stencil version 2022-12-09 12:26:29 +01:00
Sipke Schoorstra 17ff2d2c93 Apply [JsonConstructor] to fix deserialization 2022-12-09 12:26:07 +01:00
Sipke Schoorstra a4011278cc Implement implicit FastEndpoint assembly collection for discovery 2022-12-09 12:25:39 +01:00
Sipke Schoorstra 29a35e1cb1 Update All In One bundle 2022-12-09 12:24:05 +01:00
LevVadim 00d0434545
V3 bugfix (#3521)
* fix monaco editor script view resize 24437

* fix notification view
2022-12-09 11:13:54 +01:00
Sipke Schoorstra 272d6f03a7 Fix tests 2022-12-07 21:05:24 +01:00
Sipke Schoorstra 92ffeed4ea Store workflow state created timestamp 2022-12-07 20:58:17 +01:00
Sipke Schoorstra 026430fd2d
Composite Activity fixes and improvements (#3512)
* Implement consistent input/output/variable memory block identifiers

* Telnyx fixes and improvements

* Fix bookmark burning

* Refactor AnswerCall

* Incremental work on source + line registration

* Handle missing bookmarks

* Fix bookmark persisted callback mechanism

* Implement distributed locking for default workflow runtime

* Fix recording bookmark

* Increase source file and line coverage
2022-12-07 20:47:36 +01:00
Gürkan Güran 4ece4bb51e Added optional port flexibility 2022-12-05 13:01:02 +01:00
Sipke Schoorstra c9f1021a4b Fix merge of auto rotating ports 2022-12-05 12:21:07 +01:00
Gürkan Güran 6ada301b1f Finished inflexible port implementation for cases 2022-12-05 12:10:02 +01:00