This website requires JavaScript.
Explore
Help
Register
Sign In
SemianiakaVY
/
elsa-core
Watch
1
Star
0
Fork
You've already forked elsa-core
0
Code
Issues
Pull requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
492d6fcd35
elsa-core
/
samples
/
console
/
Elsa.Samples.ConsoleApp.Composition
/
Models
/
Person.cs
3 lines
98 B
C#
Raw
Normal View
History
Unescape
Escape
Feature: Alterations (#4501) * Implement Alteration types and engine * Implement Alteration APIs * Refactor activity work item with support for activity input * Serialize scheduled activities as part of workflow state * Add signal to schedule child activity * Implement stores for plans and jobs * Add EF Core provider * Add Retry endpoint * Keep root context as always active. The root context is the workflow execution context and contains persistent variable state * Regenerate EF Core migrations * Handle orphaned activity execution contexts * Refactor workflow execution factory * Enable configuring Jint from Program * Update ModifyVariable alteration with support for type deserialization * Use ShortGuid for identity * Cleanup WorkflowServer host
2023-10-07 10:47:36 +00:00
namespace
Elsa.Samples.ConsoleApp.Composition.Models
;
Add support for lazy initialization of output
2022-11-20 19:37:56 +00:00
public
record
Person
(
string
Name
,
int
Age
)
;
Reference in a new issue
Copy permalink