elsa-core/src/modules/Elsa.Workflows.Core
Sipke Schoorstra b933def16d Simplify iteration logic in ForEachT.cs
Removed the ItemSource property and related logic in ForEachT.cs. Instead of considering two sources (Items and ItemSource) for iterations, the code now only iterates over the Items collection. Additional logic has been added to initialize Items to an empty collection when it is not set.
2024-01-26 21:21:21 +01:00
..
Abstractions Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivationValidators Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Activities Simplify iteration logic in ForEachT.cs 2024-01-26 21:21:21 +01:00
Attributes Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Behaviors Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Builders Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Contexts Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Contracts Add BatchProcessing sample and update ForEach activities 2024-01-17 22:11:03 +01:00
Enums Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Exceptions Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Expressions Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Extensions Implement enhanced activity tracking in Elsa workflow runtime 2024-01-26 21:09:47 +01:00
Features Merge scope change into main (#4738) 2024-01-02 14:52:53 +01:00
Helpers Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
IncidentStrategies Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Memory Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Middleware Merge branch 'main' into feature/batch-processing 2024-01-26 19:30:20 +01:00
Models Merge 3.0.1 (#4759) 2024-01-06 17:26:25 +01:00
Notifications Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Options Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
Pipelines Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
PortResolvers Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Serialization Allow multiple value processing for Form and QueryString values. (#4736) 2024-01-21 10:52:46 +01:00
Services Merge branch 'v3.0.4' 2024-01-24 11:07:56 +01:00
Signals Add input parameter to ScheduleChildActivity signal 2024-01-17 22:32:06 +01:00
State Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
UIHints Add UI hints for HTTP endpoint and single line fields 2023-12-28 20:52:04 +01:00
Elsa.Workflows.Core.csproj Add BatchProcessing sample and update ForEach activities 2024-01-17 22:11:03 +01:00
Elsa.Workflows.Core.csproj.DotSettings
FodyWeavers.xml
IsExternalInit.cs