Sipke Schoorstra
|
0ea463fdd0
|
Add JSON workflow provider (#3955)
* Refactor import models
* Update API endpoints
* Add console sample to run workflow from JSON
* Add FluentStorage provider for JSON workflows + sample
|
2023-04-25 22:15:11 +02: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
|
1a713b4619
|
Rename "services" to "contracts" and "implementations" to "services" (#3758)
|
2023-03-03 22:47:23 +01:00 |
|
Sipke Schoorstra
|
5f6454b59c
|
Workflow as Activity - input/output (#3699)
* Restructure component folders
* Restructure JavaScript module folders
* Remove ActivityType field from descriptor
No longer necessary.
* Incremental work on synthetic properties
* Implement synthetic property persistence
* Add JS functions to return input from composed activity
* Cleanup
* Take into account versioning
* Fix versioning
* Add Output management
* Implement output handling
|
2023-02-13 12:15:20 +01:00 |
|
gurkanguran
|
407bfa6913
|
Use workflow definition as activity (#3654)
* Implemented usage of workflow definitions as activities
* Updated designer
* Removed activity definitions module
* Allow user to mark workflow to be used as activity
* Refactor
* Refactor
* Cleanup csproj
* Cleanup WorkflowDefinitionActivity
* Pascalize typename
* Fix JS intellisense initial load issue
* Add XML comments
* Add Jobs dependency
* Hide Composite root port from designer
* Move finding workflow activities logic to lower level
* Generate unique identities across hierarchy
* Refactor
* Revert "Generate unique identities across hierarchy"
This reverts commit 74f5e7830309ee76af6ab3a000a5e1ec41f1e90c.
* Implement unique node IDs
* Introduce new VersionOptions option
* Remove unused namespaces
---------
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
|
2023-01-28 00:36:03 +01:00 |
|
Sipke Schoorstra
|
28e9922060
|
JavaScript intellisense (#3639)
* Incremental work
* Incremental work
* Incremental work
* Initial support for intellisense
* Implement variable type definition provider
|
2023-01-19 14:09:58 +01:00 |
|