elsa-core/src/modules/Elsa.Workflows.Core
Sipke Schoorstra c8669d1bc1
Add optional refresh parameter (#5876)
* Add optional refresh parameter

Renamed several `RefreshDescriptors` methods to `RefreshDescriptorsAsync` to reflect their asynchronous nature consistently. Added an optional refresh parameter in the `ListActivityDescriptorsRequest` class and updated related endpoints to handle this parameter, triggering a registry refresh if necessary.

* Update version to 3.2.0-rc5 in GitHub Actions

Modified the `packages.yml` workflow to change the version from `3.2.0-rc4` to `3.2.0-rc5` for non-tagged releases. This ensures version consistency with the new release candidate.
2024-08-12 09:42:25 +02:00
..
Abstractions Remove signal capturing phase (#5501) 2024-06-04 16:44:23 +02: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 Rework Workflow Context Feature (#5861) 2024-08-06 22:36:24 +02: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 Rework Workflow Context Feature (#5861) 2024-08-06 22:36:24 +02:00
Constants Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
Contexts Add customizable DB exception handlers 2024-08-08 16:08:01 +02:00
Contracts Add optional refresh parameter (#5876) 2024-08-12 09:42:25 +02:00
Enums Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00
Exceptions Add customizable DB exception handlers 2024-08-08 16:08:01 +02:00
Expressions Reuse JsonSerializerOptions (#5283) 2024-04-26 15:29:16 +02:00
Extensions Add HTTP file download activity and supporting classes (#5608) 2024-06-15 20:31:58 +02:00
Features Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02: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 Fix logger type 2024-08-07 09:48:31 +02:00
Models Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Notifications Alterations with Queries (#5032) 2024-03-13 20:34:46 +01:00
Options Feature/cancel dispatched workflows (#5136) 2024-03-27 12:07:55 +01:00
Pipelines Fix Alteration Runner (#5142) 2024-03-29 19:58:35 +01:00
PortResolvers Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
Serialization Update serialization and conversion functions (#5682) 2024-07-03 20:47:46 +02:00
Services Add optional refresh parameter (#5876) 2024-08-12 09:42:25 +02:00
Signals Add input parameter to ScheduleChildActivity signal 2024-01-17 22:32:06 +01:00
State Fix flowchart completion after faulted child activity cancellation (#5145) 2024-03-29 20:38:09 +01:00
UIHints #5313 Include dropdown when using a nullable enum in an activity input (#5320) 2024-05-08 20:16:43 +02:00
Elsa.Workflows.Core.csproj #5106 Cleanup packages to leverage framework (#5129) 2024-03-29 09:54:44 +01:00
Elsa.Workflows.Core.csproj.DotSettings Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
FodyWeavers.xml
IsExternalInit.cs